Html Css Color HEX #0C53AA Cobalt

📋 copy color: '#0C53AA'

red 12 ◦ green 83 ◦ blue 170

#0C53AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0C53AA

Tints of Cobalt #0C53AA

RGB

 RED value IS 12 (5.08% from 255) = 4.53%

 GREEN value IS 83 (32.81% from 255) = 31.32%

 BLUE value IS 170 (66.8% from 255) = 64.15%

R = 4.53%
G = 31.32%
B = 64.15%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C53AA (or 0x0C53AA) is known color: Cobalt. HEX triplet: 0C, 53 and AA. RGB value is (12,83,170). Sum of RGB (Red+Green+Blue) = 12+83+170=265 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.53% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C53AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C53AA is #F3AC55. Grayscale: #474747. Windows color (decimal): -15969366 or 11162380. OLE color: 11162380.

HSL color Cylindrical-coordinate representation of color #0C53AA: hue angle of 213.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C53AA is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 83 170 -
CMYK 0.93 0.51 0 0.33
HSL 213.04º 0.87% 0.36% -
HSV(B) 213.04º 0.93% 0.67% -
XYZ 10.5 9.17 39.25 -
YUV 71.69 183.48 85.43 -
System Red Green Blue C M Y K H S L
Decimal 12 83 170 0.93 0.51 0 0.33 213.04 0.87 0.36
Hex C 53 AA 5D 33 0 21 D5 57 24
Octal 14 123 252 135 63 0 41 325 127 44
Binary 1100 1010011 10101010 1011101 110011 0 100001 11010101 1010111 100100

Color Harmonies of #0C53AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C53AA

Black with #0C53AA

Text Example


Text Example

White with #0C53AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C53AA;
 }
 .AnyTagClassName
 {
   color: #0C53AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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