#0C4B94

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

Shades of Dark Cerulean #0C4B94

Tints of Dark Cerulean #0C4B94

Color information

#0C4B94 (or 0x0C4B94) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4B and 94. RGB value is (12,75,148). Sum of RGB (Red+Green+Blue) = 12+75+148=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #0C4B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4B94 is #F3B46B. Grayscale: #404040. Windows color (decimal): -15971436 or 9718540. OLE color: 9718540.

HSL color Cylindrical-coordinate representation of color #0C4B94: hue angle of 212.21º 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 #0C4B94 is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1275148-
CMYK0.920.4900.42
HSL212.21º85%31.37%-
HSV(B)212.21º91.89%58.04%-
XYZ8.017.2528.99-
YUV64.48175.1390.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 148 (58.20% from 255) = 62.98%
R=5.11%
G=31.91%
B=62.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12751480.920.4900.42212.218531.37
HexC4B945C3102Ad4551f
Octal141132241346105232412537
Binary11001001011100101001011100110001010101011010100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,75,148); }

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

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

 a { background-color: rgb(12,75,148); }

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

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

 span { border-color: rgb(12,75,148); }

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