#0C4384

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

Shades of Dark Cerulean #0C4384

Tints of Dark Cerulean #0C4384

Color information

#0C4384 (or 0x0C4384) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 43 and 84. RGB value is (12,67,132). Sum of RGB (Red+Green+Blue) = 12+67+132=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #0C4384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4384 is #F3BC7B. Grayscale: #393939. Windows color (decimal): -15973500 or 8667916. OLE color: 8667916.

HSL color Cylindrical-coordinate representation of color #0C4384: hue angle of 212.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4384 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1267132-
CMYK0.910.4900.48
HSL212.5º83.33%28.24%-
HSV(B)212.5º90.91%51.76%-
XYZ6.325.7622.61-
YUV57.96169.7895.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.69%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 132 (51.95% from 255) = 62.56%
R=5.69%
G=31.75%
B=62.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12671320.910.4900.48212.583.3328.24
HexC43845B31030d4531c
Octal141032041336106032412334
Binary11001000011100001001011011110001011000011010100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,67,132); }

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

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

 a { background-color: rgb(12,67,132); }

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

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

 span { border-color: rgb(12,67,132); }

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