Html Css Color HEX #0C57AA Cobalt

📋 copy color: '#0C57AA'

red 12 ◦ green 87 ◦ blue 170

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

Shades of Cobalt #0C57AA

Tints of Cobalt #0C57AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 4.46%
G = 32.34%
B = 63.2%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C57AA (or 0x0C57AA) is known color: Cobalt. HEX triplet: 0C, 57 and AA. RGB value is (12,87,170). Sum of RGB (Red+Green+Blue) = 12+87+170=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #0C57AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C57AA is #F3A855. Grayscale: #494949. Windows color (decimal): -15968342 or 11163404. OLE color: 11163404.

HSL color Cylindrical-coordinate representation of color #0C57AA: hue angle of 211.52º 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 #0C57AA is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 12 87 170 -
CMYK 0.93 0.49 0 0.33
HSL 211.52º 0.87% 0.36% -
HSV(B) 211.52º 0.93% 0.67% -
XYZ 10.82 9.8 39.35 -
YUV 74.04 182.15 83.75 -
System Red Green Blue C M Y K H S L
Decimal 12 87 170 0.93 0.49 0 0.33 211.52 0.87 0.36
Hex C 57 AA 5D 31 0 21 D4 57 24
Octal 14 127 252 135 61 0 41 324 127 44
Binary 1100 1010111 10101010 1011101 110001 0 100001 11010100 1010111 100100

Color Harmonies of #0C57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C57AA

Black with #0C57AA

Text Example


Text Example

White with #0C57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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