Color Hex Logo

#0c19ca Color Hex

#0C19CA
(12,25,202)
0 Favorites   0 Comments

Color spaces of #0c19ca

RGB 1225202
HSL0.660.890.42
HSV236°94°79°
CMYK 0.940.880.00   0.21
XYZ11.15995.037756.2613
Yxy5.03770.15400.0695
Hunter Lab22.444849.4744-132.9079
CIE-Lab26.841960.1738-86.6241

#0c19ca color RGB value is (12,25,202).

#0c19ca hex color red value is 12, green value is 25 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0c19ca hue: 0.66 , saturation: 0.89 and the lightness value of 0c19ca is 0.42.

The process color (four color CMYK) of #0c19ca color hex is 0.94, 0.88, 0.00, 0.21. Web safe color of #0c19ca is #0000cc. Color #0c19ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00011001 11001010
Octal 14 31 312
Decimal 12 25 202
Hex C 19 CA

RGB Percentages of Color #0c19ca

%5.02
%10.46
%84.52

CMYK Percentages of Color #0c19ca

%94
%88
%0
%21

Triadic Colors of #0c19ca

#0c19ca #ca0c19 #19ca0c

Analogous Colors of #0c19ca

#0c19ca #5e0cca #0c78ca

Monochromatic Colors of #0c19ca

#0c19ca

Complementary Color

#0c19ca #cabd0c

#0c19ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c19ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c19ca Color CSS Codes

.mybgcolor {background-color:#0c19ca; } 
.myforecolor {color:#0c19ca; }
.mybordercolor {border:3px solid #0c19ca; }

#0c19ca Text Font Color

<p style="color:#0c19ca">Text here</p>

This sample text font color is #0c19ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0c19ca Background Color

<div style="background-color:#0c19ca">
Div content here</div>

This div background color is #0c19ca


#0c19ca Border Color

<div style="border:3px solid #0c19ca">
Div here</div>

This div border color is #0c19ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,25,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c19ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c19ca;
  -webkit-box-shadow: 1px 1px 3px 2px #0c19ca;
  box-shadow:         1px 1px 3px 2px #0c19ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,25,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0c19ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0c19ca;
  -webkit-box-shadow: 1px 1px 3px 2px #0c19ca;
  box-shadow:         1px 1px 3px 2px #0c19ca;">
Div content here</div>

This div box has shadow with color #0c19ca


Comments

No comments written yet.

Please login to write comment.