Color Hex Logo

#0c19db Color Hex

#0C19DB
(12,25,219)
0 Favorites   0 Comments

Color spaces of #0c19db

RGB 1225219
HSL0.660.900.45
HSV236°95°86°
CMYK 0.950.890.00   0.14
XYZ13.28545.887967.4541
Yxy5.88790.15340.0680
Hunter Lab24.265055.2673-147.8344
CIE-Lab29.127964.9702-92.6888

#0c19db color RGB value is (12,25,219).

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

The process color (four color CMYK) of #0c19db color hex is 0.95, 0.89, 0.00, 0.14. Web safe color of #0c19db is #0000cc. Color #0c19db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00011001 11011011
Octal 14 31 333
Decimal 12 25 219
Hex C 19 DB

RGB Percentages of Color #0c19db

%4.69
%9.77
%85.55

CMYK Percentages of Color #0c19db

%95
%89
%0
%14

Triadic Colors of #0c19db

#0c19db #db0c19 #19db0c

Analogous Colors of #0c19db

#0c19db #670cdb #0c81db

Monochromatic Colors of #0c19db

#0c19db

Complementary Color

#0c19db #dbce0c

#0c19db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c19db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c19db Color CSS Codes

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

#0c19db Text Font Color

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

This sample text font color is #0c19db
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.


#0c19db Background Color

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

This div background color is #0c19db


#0c19db Border Color

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

This div border color is #0c19db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c19db


Comments

No comments written yet.

Please login to write comment.