Html Css Color HEX #0C52AE Cobalt

📋 copy color: '#0C52AE'

red 12 ◦ green 82 ◦ blue 174

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

Shades of Cobalt #0C52AE

Tints of Cobalt #0C52AE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.6%

 BLUE value IS 174 (68.36% from 255) = 64.93%

R = 4.48%
G = 30.6%
B = 64.93%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C52AE (or 0x0C52AE) is known color: Cobalt. HEX triplet: 0C, 52 and AE. RGB value is (12,82,174). Sum of RGB (Red+Green+Blue) = 12+82+174=268 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.48% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C52AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C52AE is #F3AD51. Grayscale: #474747. Windows color (decimal): -15969618 or 11424268. OLE color: 11424268.

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

Color convert

RGB 12 82 174 -
CMYK 0.93 0.53 0 0.32
HSL 214.07º 0.87% 0.36% -
HSV(B) 214.07º 0.93% 0.68% -
XYZ 10.81 9.17 41.24 -
YUV 71.56 185.81 85.52 -
System Red Green Blue C M Y K H S L
Decimal 12 82 174 0.93 0.53 0 0.32 214.07 0.87 0.36
Hex C 52 AE 5D 35 0 20 D6 57 24
Octal 14 122 256 135 65 0 40 326 127 44
Binary 1100 1010010 10101110 1011101 110101 0 100000 11010110 1010111 100100

Color Harmonies of #0C52AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C52AE

Black with #0C52AE

Text Example


Text Example

White with #0C52AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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