Html Css Color HEX #041076 Navy

📋 copy color: '#041076'

red 4 ◦ green 16 ◦ blue 118

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

Shades of Navy #041076

Tints of Navy #041076

RGB

 RED value IS 4 (1.95% from 255) = 2.9%

 GREEN value IS 16 (6.64% from 255) = 11.59%

 BLUE value IS 118 (46.48% from 255) = 85.51%

R = 2.9%
G = 11.59%
B = 85.51%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#041076 (or 0x041076) is known color: Navy. HEX triplet: 04, 10 and 76. RGB value is (4,16,118). Sum of RGB (Red+Green+Blue) = 4+16+118=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 118 (46.48% from 255 or 85.51% from 138); Max value from RGB is 118 - color contains mainly: blue. Hex color #041076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041076 is #FBEF89. Grayscale: #171717. Windows color (decimal): -16510858 or 7737348. OLE color: 7737348.

HSL color Cylindrical-coordinate representation of color #041076: hue angle of 233.68º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041076 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 16 118 -
CMYK 0.97 0.86 0 0.54
HSL 233.68º 0.93% 0.24% -
HSV(B) 233.68º 0.97% 0.46% -
XYZ 3.51 1.7 17.28 -
YUV 24.04 181.02 113.71 -
System Red Green Blue C M Y K H S L
Decimal 4 16 118 0.97 0.86 0 0.54 233.68 0.93 0.24
Hex 4 10 76 61 56 0 36 EA 5D 18
Octal 4 20 166 141 126 0 66 352 135 30
Binary 100 10000 1110110 1100001 1010110 0 110110 11101010 1011101 11000

Color Harmonies of #041076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041076

Black with #041076

Text Example


Text Example

White with #041076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041076; }

 p { color: rgb(4,16,118); }

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

background-color css

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

 a { background-color: rgb(4,16,118); }

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

border-color css

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

 span { border-color: rgb(4,16,118); }

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