Html Css Color HEX #0C49AC Cobalt

📋 copy color: '#0C49AC'

red 12 ◦ green 73 ◦ blue 172

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

Shades of Cobalt #0C49AC

Tints of Cobalt #0C49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

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

R = 4.67%
G = 28.4%
B = 66.93%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C49AC (or 0x0C49AC) is known color: Cobalt. HEX triplet: 0C, 49 and AC. RGB value is (12,73,172). Sum of RGB (Red+Green+Blue) = 12+73+172=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C49AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C49AC is #F3B653. Grayscale: #414141. Windows color (decimal): -15971924 or 11290892. OLE color: 11290892.

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

Color convert

RGB 12 73 172 -
CMYK 0.93 0.58 0 0.33
HSL 217.13º 0.87% 0.36% -
HSV(B) 217.13º 0.93% 0.67% -
XYZ 9.98 7.82 40.01 -
YUV 66.05 187.79 89.45 -
System Red Green Blue C M Y K H S L
Decimal 12 73 172 0.93 0.58 0 0.33 217.13 0.87 0.36
Hex C 49 AC 5D 3A 0 21 D9 57 24
Octal 14 111 254 135 72 0 41 331 127 44
Binary 1100 1001001 10101100 1011101 111010 0 100001 11011001 1010111 100100

Color Harmonies of #0C49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C49AC

Black with #0C49AC

Text Example


Text Example

White with #0C49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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