Html Css Color HEX #041077 Navy

📋 copy color: '#041077'

red 4 ◦ green 16 ◦ blue 119

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

Shades of Navy #041077

Tints of Navy #041077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 85.61%

R = 2.88%
G = 11.51%
B = 85.61%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#041077 (or 0x041077) is known color: Navy. HEX triplet: 04, 10 and 77. RGB value is (4,16,119). Sum of RGB (Red+Green+Blue) = 4+16+119=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #041077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041077 is #FBEF88. Grayscale: #171717. Windows color (decimal): -16510857 or 7802884. OLE color: 7802884.

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

Color convert

RGB 4 16 119 -
CMYK 0.97 0.87 0 0.53
HSL 233.74º 0.93% 0.24% -
HSV(B) 233.74º 0.97% 0.47% -
XYZ 3.57 1.73 17.6 -
YUV 24.15 181.52 113.62 -
System Red Green Blue C M Y K H S L
Decimal 4 16 119 0.97 0.87 0 0.53 233.74 0.93 0.24
Hex 4 10 77 61 57 0 35 EA 5D 18
Octal 4 20 167 141 127 0 65 352 135 30
Binary 100 10000 1110111 1100001 1010111 0 110101 11101010 1011101 11000

Color Harmonies of #041077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041077

Black with #041077

Text Example


Text Example

White with #041077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041077; }

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

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

background-color css

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

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

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

border-color css

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

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

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