Html Css Color HEX #0C4FAC Cobalt

📋 copy color: '#0C4FAC'

red 12 ◦ green 79 ◦ blue 172

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

Shades of Cobalt #0C4FAC

Tints of Cobalt #0C4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.04%

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

R = 4.56%
G = 30.04%
B = 65.4%

CMYK

 C value IS 0.93

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C4FAC (or 0x0C4FAC) is known color: Cobalt. HEX triplet: 0C, 4F and AC. RGB value is (12,79,172). Sum of RGB (Red+Green+Blue) = 12+79+172=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C4FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4FAC is #F3B053. Grayscale: #454545. Windows color (decimal): -15970388 or 11292428. OLE color: 11292428.

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

Color convert

RGB 12 79 172 -
CMYK 0.93 0.54 0 0.33
HSL 214.88º 0.87% 0.36% -
HSV(B) 214.88º 0.93% 0.67% -
XYZ 10.39 8.65 40.15 -
YUV 69.57 185.8 86.94 -
System Red Green Blue C M Y K H S L
Decimal 12 79 172 0.93 0.54 0 0.33 214.88 0.87 0.36
Hex C 4F AC 5D 36 0 21 D7 57 24
Octal 14 117 254 135 66 0 41 327 127 44
Binary 1100 1001111 10101100 1011101 110110 0 100001 11010111 1010111 100100

Color Harmonies of #0C4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4FAC

Black with #0C4FAC

Text Example


Text Example

White with #0C4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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