#0C52B4

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

Shades of Cobalt #0C52B4

Tints of Cobalt #0C52B4

Color information

#0C52B4 (or 0x0C52B4) is unknown color: approx Cobalt. HEX triplet: 0C, 52 and B4. RGB value is (12,82,180). Sum of RGB (Red+Green+Blue) = 12+82+180=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #0C52B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C52B4 is #F3AD4B. Grayscale: #474747. Windows color (decimal): -15969612 or 11817484. OLE color: 11817484.

HSL color Cylindrical-coordinate representation of color #0C52B4: hue angle of 215º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C52B4 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1282180-
CMYK0.930.5400.29
HSL215º87.5%37.65%-
HSV(B)215º93.33%70.59%-
XYZ11.419.4144.39-
YUV72.24188.8185.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.38%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 180 (70.70% from 255) = 65.69%
R=4.38%
G=29.93%
B=65.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal12821800.930.5400.2921587.537.65
HexC52B45D3601Dd75826
Octal141222641356603532713046
Binary11001010010101101001011101110110011101110101111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C52B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,82,180); }

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

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

 a { background-color: rgb(12,82,180); }

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

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

 span { border-color: rgb(12,82,180); }

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