Html Css Color HEX #0C4A99 Cobalt

📋 copy color: '#0C4A99'

red 12 ◦ green 74 ◦ blue 153

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

Shades of Cobalt #0C4A99

Tints of Cobalt #0C4A99

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.96%

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

R = 5.02%
G = 30.96%
B = 64.02%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0C4A99 (or 0x0C4A99) is known color: Cobalt. HEX triplet: 0C, 4A and 99. RGB value is (12,74,153). Sum of RGB (Red+Green+Blue) = 12+74+153=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C4A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4A99 is #F3B566. Grayscale: #404040. Windows color (decimal): -15971687 or 10045964. OLE color: 10045964.

HSL color Cylindrical-coordinate representation of color #0C4A99: hue angle of 213.62º 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 #0C4A99 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 12 74 153 -
CMYK 0.92 0.52 0 0.4
HSL 213.62º 0.85% 0.32% -
HSV(B) 213.62º 0.92% 0.6% -
XYZ 8.35 7.28 31.1 -
YUV 64.47 177.96 90.58 -
System Red Green Blue C M Y K H S L
Decimal 12 74 153 0.92 0.52 0 0.4 213.62 0.85 0.32
Hex C 4A 99 5C 34 0 28 D6 55 20
Octal 14 112 231 134 64 0 50 326 125 40
Binary 1100 1001010 10011001 1011100 110100 0 101000 11010110 1010101 100000

Color Harmonies of #0C4A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4A99

Black with #0C4A99

Text Example


Text Example

White with #0C4A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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