Html Css Color HEX #040175 Navy

📋 copy color: '#040175'

red 4 ◦ green 1 ◦ blue 117

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

Shades of Navy #040175

Tints of Navy #040175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 95.9%

R = 3.28%
G = 0.82%
B = 95.9%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#040175 (or 0x040175) is known color: Navy. HEX triplet: 04, 01 and 75. RGB value is (4,1,117). Sum of RGB (Red+Green+Blue) = 4+1+117=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 117 (46.09% from 255 or 95.90% from 122); Max value from RGB is 117 - color contains mainly: blue. Hex color #040175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040175 is #FBFE8A. Grayscale: #0E0E0E. Windows color (decimal): -16514699 or 7667972. OLE color: 7667972.

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

Color convert

RGB 4 1 117 -
CMYK 0.97 0.99 0 0.54
HSL 241.55º 0.98% 0.23% -
HSV(B) 241.55º 0.99% 0.46% -
XYZ 3.27 1.33 16.91 -
YUV 15.12 185.49 120.07 -
System Red Green Blue C M Y K H S L
Decimal 4 1 117 0.97 0.99 0 0.54 241.55 0.98 0.23
Hex 4 1 75 61 63 0 36 F2 62 17
Octal 4 1 165 141 143 0 66 362 142 27
Binary 100 1 1110101 1100001 1100011 0 110110 11110010 1100010 10111

Color Harmonies of #040175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040175

Black with #040175

Text Example


Text Example

White with #040175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040175; }

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

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

background-color css

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

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

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

border-color css

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

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

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