Html Css Color HEX #0C53AC Cobalt

📋 copy color: '#0C53AC'

red 12 ◦ green 83 ◦ blue 172

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

Shades of Cobalt #0C53AC

Tints of Cobalt #0C53AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.42%

R = 4.49%
G = 31.09%
B = 64.42%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C53AC (or 0x0C53AC) is known color: Cobalt. HEX triplet: 0C, 53 and AC. RGB value is (12,83,172). Sum of RGB (Red+Green+Blue) = 12+83+172=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C53AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C53AC is #F3AC53. Grayscale: #474747. Windows color (decimal): -15969364 or 11293452. OLE color: 11293452.

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

Color convert

RGB 12 83 172 -
CMYK 0.93 0.52 0 0.33
HSL 213.38º 0.87% 0.36% -
HSV(B) 213.38º 0.93% 0.67% -
XYZ 10.69 9.24 40.25 -
YUV 71.92 184.48 85.26 -
System Red Green Blue C M Y K H S L
Decimal 12 83 172 0.93 0.52 0 0.33 213.38 0.87 0.36
Hex C 53 AC 5D 34 0 21 D5 57 24
Octal 14 123 254 135 64 0 41 325 127 44
Binary 1100 1010011 10101100 1011101 110100 0 100001 11010101 1010111 100100

Color Harmonies of #0C53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C53AC

Black with #0C53AC

Text Example


Text Example

White with #0C53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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