Html Css Color HEX #040177 Navy

📋 copy color: '#040177'

red 4 ◦ green 1 ◦ blue 119

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

Shades of Navy #040177

Tints of Navy #040177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

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

R = 3.23%
G = 0.81%
B = 95.97%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#040177 (or 0x040177) is known color: Navy. HEX triplet: 04, 01 and 77. RGB value is (4,1,119). Sum of RGB (Red+Green+Blue) = 4+1+119=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 119 (46.88% from 255 or 95.97% from 124); Max value from RGB is 119 - color contains mainly: blue. Hex color #040177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040177 is #FBFE88. Grayscale: #0E0E0E. Windows color (decimal): -16514697 or 7799044. OLE color: 7799044.

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

Color convert

RGB 4 1 119 -
CMYK 0.97 0.99 0 0.53
HSL 241.53º 0.98% 0.24% -
HSV(B) 241.53º 0.99% 0.47% -
XYZ 3.39 1.38 17.54 -
YUV 15.35 186.49 119.91 -
System Red Green Blue C M Y K H S L
Decimal 4 1 119 0.97 0.99 0 0.53 241.53 0.98 0.24
Hex 4 1 77 61 63 0 35 F2 62 18
Octal 4 1 167 141 143 0 65 362 142 30
Binary 100 1 1110111 1100001 1100011 0 110101 11110010 1100010 11000

Color Harmonies of #040177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040177

Black with #040177

Text Example


Text Example

White with #040177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040177; }

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

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

background-color css

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

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

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

border-color css

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

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

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