#0C45BA

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

Shades of Cobalt #0C45BA

Tints of Cobalt #0C45BA

Color information

#0C45BA (or 0x0C45BA) is unknown color: approx Cobalt. HEX triplet: 0C, 45 and BA. RGB value is (12,69,186). Sum of RGB (Red+Green+Blue) = 12+69+186=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 186 (73.05% from 255 or 69.66% from 267); Max value from RGB is 186 - color contains mainly: blue. Hex color #0C45BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C45BA is #F3BA45. Grayscale: #404040. Windows color (decimal): -15972934 or 12207372. OLE color: 12207372.

HSL color Cylindrical-coordinate representation of color #0C45BA: hue angle of 220.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C45BA is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1269186-
CMYK0.940.6300.27
HSL220.34º87.88%38.82%-
HSV(B)220.34º93.55%72.94%-
XYZ11.147.8847.39-
YUV65.3196.1289.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.49%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 186 (73.05% from 255) = 69.66%
R=4.49%
G=25.84%
B=69.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12691860.940.6300.27220.3487.8838.82
HexC45BA5E3F01Bdc5827
Octal141052721367703333413047
Binary11001000101101110101011110111111011011110111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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