#0C4B99

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

Shades of Cobalt #0C4B99

Tints of Cobalt #0C4B99

Color information

#0C4B99 (or 0x0C4B99) is unknown color: approx Cobalt. HEX triplet: 0C, 4B and 99. RGB value is (12,75,153). Sum of RGB (Red+Green+Blue) = 12+75+153=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C4B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4B99 is #F3B466. Grayscale: #404040. Windows color (decimal): -15971431 or 10046220. OLE color: 10046220.

HSL color Cylindrical-coordinate representation of color #0C4B99: hue angle of 213.19º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4B99 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1275153-
CMYK0.920.5100.4
HSL213.19º85.45%32.35%-
HSV(B)213.19º92.16%60%-
XYZ8.427.4131.12-
YUV65.06177.6390.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 153 (60.16% from 255) = 63.75%
R=5%
G=31.25%
B=63.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12751530.920.5100.4213.1985.4532.35
HexC4B995C33028d55520
Octal141132311346305032512540
Binary110010010111001100110111001100110101000110101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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