#0c459b

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

Shades of Cobalt #0C459B

Tints of Cobalt #0C459B

Color information

#0C459B (or 0x0C459B) is unknown color: approx Cobalt. HEX triplet: 0C, 45 and 9B. RGB value is (12,69,155). Sum of RGB (Red+Green+Blue) = 12+69+155=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C459B is #F3BA64. Grayscale: #3D3D3D. Windows color (decimal): -15972965 or 10175756. OLE color: 10175756.

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

Color convert

RGB1269155-
CMYK0.920.5500.39
HSL216.08º85.63%32.75%-
HSV(B)216.08º92.26%60.78%-
XYZ8.26.731.87-
YUV61.76180.6292.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.08%
GREEN value IS 69 (27.34% from 255) = 29.24%
BLUE value IS 155 (60.94% from 255) = 65.68%
R=5.08%
G=29.24%
B=65.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12691550.920.5500.39216.0885.6332.75
HexC459B5C37027d85621
Octal141052331346704733012641
Binary110010001011001101110111001101110100111110110001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c459b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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