#0C5893

Color #0C5893 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #0C5893

Tints of Dark Cerulean #0C5893

Color information

#0C5893 (or 0x0C5893) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 58 and 93. RGB value is (12,88,147). Sum of RGB (Red+Green+Blue) = 12+88+147=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C5893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5893 is #F3A76C. Grayscale: #474747. Windows color (decimal): -15968109 or 9656332. OLE color: 9656332.

HSL color Cylindrical-coordinate representation of color #0C5893: hue angle of 206.22º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5893 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1288147-
CMYK0.920.4000.42
HSL206.22º84.91%31.18%-
HSV(B)206.22º91.84%57.65%-
XYZ8.919.1628.9-
YUV72170.3285.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 147 (57.81% from 255) = 59.51%
R=4.86%
G=35.63%
B=59.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12881470.920.4000.42206.2284.9131.18
HexC58935C2802Ace551f
Octal141302231345005231612537
Binary11001011000100100111011100101000010101011001110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5893; }

 p { color: rgb(12,88,147); }

 H1.HeaderClassName
 {
   color: #0C5893;
 }
 .AnyTagClassName
 {
   color: #0C5893;
 }
</style>
background-color css

<style>
 a { background-color: #0C5893; }

 a { background-color: rgb(12,88,147); }

 div.DivClassName
 {
   background-color: #0C5893;
 }
 .BgClassName
 {
   background-color: #0C5893;
 }
</style>
border-color css

<style>
 span { border-color: #0C5893; }

 span { border-color: rgb(12,88,147); }

 td.TdClassName
 {
   border-color: #0C5893;
 }
 .TagClassName
 {
   border-color: #0C5893;
 }
</style>