Html Css Color HEX #0C4F97 Cobalt

📋 copy color: '#0C4F97'

red 12 ◦ green 79 ◦ blue 151

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

Shades of Cobalt #0C4F97

Tints of Cobalt #0C4F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.4%

R = 4.96%
G = 32.64%
B = 62.4%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0C4F97 (or 0x0C4F97) is known color: Cobalt. HEX triplet: 0C, 4F and 97. RGB value is (12,79,151). Sum of RGB (Red+Green+Blue) = 12+79+151=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C4F97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4F97 is #F3B068. Grayscale: #424242. Windows color (decimal): -15970409 or 9916172. OLE color: 9916172.

HSL color Cylindrical-coordinate representation of color #0C4F97: hue angle of 211.08º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4F97 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 12 79 151 -
CMYK 0.92 0.48 0 0.41
HSL 211.08º 0.85% 0.32% -
HSV(B) 211.08º 0.92% 0.59% -
XYZ 8.53 7.9 30.35 -
YUV 67.18 175.3 88.65 -
System Red Green Blue C M Y K H S L
Decimal 12 79 151 0.92 0.48 0 0.41 211.08 0.85 0.32
Hex C 4F 97 5C 30 0 29 D3 55 20
Octal 14 117 227 134 60 0 51 323 125 40
Binary 1100 1001111 10010111 1011100 110000 0 101001 11010011 1010101 100000

Color Harmonies of #0C4F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4F97

Black with #0C4F97

Text Example


Text Example

White with #0C4F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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