#0c53af

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

Shades of Cobalt #0C53AF

Tints of Cobalt #0C53AF

Color information

#0C53AF (or 0x0C53AF) is unknown color: approx Cobalt. HEX triplet: 0C, 53 and AF. RGB value is (12,83,175). Sum of RGB (Red+Green+Blue) = 12+83+175=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C53AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C53AF is #F3AC50. Grayscale: #474747. Windows color (decimal): -15969361 or 11490060. OLE color: 11490060.

HSL color Cylindrical-coordinate representation of color #0C53AF: hue angle of 213.87º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C53AF is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1283175-
CMYK0.930.5300.31
HSL213.87º87.17%36.67%-
HSV(B)213.87º93.14%68.63%-
XYZ10.989.3641.79-
YUV72.26185.9885.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.44%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 175 (68.75% from 255) = 64.81%
R=4.44%
G=30.74%
B=64.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal12831750.930.5300.31213.8787.1736.67
HexC53AF5D3501Fd65725
Octal141232571356503732612745
Binary11001010011101011111011101110101011111110101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c53af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,83,175); }

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

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

 a { background-color: rgb(12,83,175); }

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

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

 span { border-color: rgb(12,83,175); }

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