Html Css Color HEX #0C4DAF Cobalt

📋 copy color: '#0C4DAF'

red 12 ◦ green 77 ◦ blue 175

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

Shades of Cobalt #0C4DAF

Tints of Cobalt #0C4DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.17%

 BLUE value IS 175 (68.75% from 255) = 66.29%

R = 4.55%
G = 29.17%
B = 66.29%

CMYK

 C value IS 0.93

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0C4DAF (or 0x0C4DAF) is known color: Cobalt. HEX triplet: 0C, 4D and AF. RGB value is (12,77,175). Sum of RGB (Red+Green+Blue) = 12+77+175=264 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.55% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #0C4DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4DAF is #F3B250. Grayscale: #444444. Windows color (decimal): -15970897 or 11488524. OLE color: 11488524.

HSL color Cylindrical-coordinate representation of color #0C4DAF: hue angle of 216.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C4DAF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 77 175 -
CMYK 0.93 0.56 0 0.31
HSL 216.07º 0.87% 0.37% -
HSV(B) 216.07º 0.93% 0.69% -
XYZ 10.54 8.48 41.64 -
YUV 68.74 187.97 87.53 -
System Red Green Blue C M Y K H S L
Decimal 12 77 175 0.93 0.56 0 0.31 216.07 0.87 0.37
Hex C 4D AF 5D 38 0 1F D8 57 25
Octal 14 115 257 135 70 0 37 330 127 45
Binary 1100 1001101 10101111 1011101 111000 0 11111 11011000 1010111 100101

Color Harmonies of #0C4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4DAF

Black with #0C4DAF

Text Example


Text Example

White with #0C4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,77,175); }

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

background-color css

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

 a { background-color: rgb(12,77,175); }

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

border-color css

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

 span { border-color: rgb(12,77,175); }

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