#0C4E9B

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

Shades of Cobalt #0C4E9B

Tints of Cobalt #0C4E9B

Color information

#0C4E9B (or 0x0C4E9B) is unknown color: approx Cobalt. HEX triplet: 0C, 4E and 9B. RGB value is (12,78,155). Sum of RGB (Red+Green+Blue) = 12+78+155=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C4E9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4E9B is #F3B164. Grayscale: #424242. Windows color (decimal): -15970661 or 10178060. OLE color: 10178060.

HSL color Cylindrical-coordinate representation of color #0C4E9B: hue angle of 212.31º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4E9B is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1278155-
CMYK0.920.5000.39
HSL212.31º85.63%32.75%-
HSV(B)212.31º92.26%60.78%-
XYZ8.797.8932.07-
YUV67.04177.6388.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.90%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 155 (60.94% from 255) = 63.27%
R=4.90%
G=31.84%
B=63.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12781550.920.5000.39212.3185.6332.75
HexC4E9B5C32027d45621
Octal141162331346204732412641
Binary110010011101001101110111001100100100111110101001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,78,155); }

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

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

 a { background-color: rgb(12,78,155); }

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

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

 span { border-color: rgb(12,78,155); }

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