Html Css Color HEX #0C55AC Cobalt

📋 copy color: '#0C55AC'

red 12 ◦ green 85 ◦ blue 172

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

Shades of Cobalt #0C55AC

Tints of Cobalt #0C55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

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

R = 4.46%
G = 31.6%
B = 63.94%

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

#0C55AC (or 0x0C55AC) is known color: Cobalt. HEX triplet: 0C, 55 and AC. RGB value is (12,85,172). Sum of RGB (Red+Green+Blue) = 12+85+172=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C55AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C55AC is #F3AA53. Grayscale: #484848. Windows color (decimal): -15968852 or 11293964. OLE color: 11293964.

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

Color convert

RGB 12 85 172 -
CMYK 0.93 0.51 0 0.33
HSL 212.63º 0.87% 0.36% -
HSV(B) 212.63º 0.93% 0.67% -
XYZ 10.85 9.55 40.3 -
YUV 73.09 183.82 84.43 -
System Red Green Blue C M Y K H S L
Decimal 12 85 172 0.93 0.51 0 0.33 212.63 0.87 0.36
Hex C 55 AC 5D 33 0 21 D5 57 24
Octal 14 125 254 135 63 0 41 325 127 44
Binary 1100 1010101 10101100 1011101 110011 0 100001 11010101 1010111 100100

Color Harmonies of #0C55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C55AC

Black with #0C55AC

Text Example


Text Example

White with #0C55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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