Html Css Color HEX #0C4699 Cobalt

📋 copy color: '#0C4699'

red 12 ◦ green 70 ◦ blue 153

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

Shades of Cobalt #0C4699

Tints of Cobalt #0C4699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

 BLUE value IS 153 (60.16% from 255) = 65.11%

R = 5.11%
G = 29.79%
B = 65.11%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0C4699 (or 0x0C4699) is known color: Cobalt. HEX triplet: 0C, 46 and 99. RGB value is (12,70,153). Sum of RGB (Red+Green+Blue) = 12+70+153=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C4699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4699 is #F3B966. Grayscale: #3D3D3D. Windows color (decimal): -15972711 or 10044940. OLE color: 10044940.

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

Color convert

RGB 12 70 153 -
CMYK 0.92 0.54 0 0.4
HSL 215.32º 0.85% 0.32% -
HSV(B) 215.32º 0.92% 0.6% -
XYZ 8.09 6.76 31.02 -
YUV 62.12 179.28 92.25 -
System Red Green Blue C M Y K H S L
Decimal 12 70 153 0.92 0.54 0 0.4 215.32 0.85 0.32
Hex C 46 99 5C 36 0 28 D7 55 20
Octal 14 106 231 134 66 0 50 327 125 40
Binary 1100 1000110 10011001 1011100 110110 0 101000 11010111 1010101 100000

Color Harmonies of #0C4699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4699

Black with #0C4699

Text Example


Text Example

White with #0C4699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,70,153); }

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

background-color css

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

 a { background-color: rgb(12,70,153); }

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

border-color css

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

 span { border-color: rgb(12,70,153); }

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