Html Css Color HEX #0C046C Navy

📋 copy color: '#0C046C'

red 12 ◦ green 4 ◦ blue 108

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

Shades of Navy #0C046C

Tints of Navy #0C046C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.23%

 BLUE value IS 108 (42.58% from 255) = 87.1%

R = 9.68%
G = 3.23%
B = 87.1%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0C046C (or 0x0C046C) is known color: Navy. HEX triplet: 0C, 04 and 6C. RGB value is (12,4,108). Sum of RGB (Red+Green+Blue) = 12+4+108=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 108 (42.58% from 255 or 87.10% from 124); Max value from RGB is 108 - color contains mainly: blue. Hex color #0C046C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C046C is #F3FB93. Grayscale: #111111. Windows color (decimal): -15989652 or 7078924. OLE color: 7078924.

HSL color Cylindrical-coordinate representation of color #0C046C: hue angle of 244.62º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C046C is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 4 108 -
CMYK 0.89 0.96 0 0.58
HSL 244.62º 0.93% 0.22% -
HSV(B) 244.62º 0.96% 0.42% -
XYZ 2.9 1.25 14.28 -
YUV 18.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 12 4 108 0.89 0.96 0 0.58 244.62 0.93 0.22
Hex C 4 6C 59 60 0 3A F5 5D 16
Octal 14 4 154 131 140 0 72 365 135 26
Binary 1100 100 1101100 1011001 1100000 0 111010 11110101 1011101 10110

Color Harmonies of #0C046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C046C

Black with #0C046C

Text Example


Text Example

White with #0C046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,4,108); }

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

background-color css

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

 a { background-color: rgb(12,4,108); }

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

border-color css

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

 span { border-color: rgb(12,4,108); }

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