Html Css Color HEX #040575 Navy

📋 copy color: '#040575'

red 4 ◦ green 5 ◦ blue 117

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

Shades of Navy #040575

Tints of Navy #040575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.97%

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

R = 3.17%
G = 3.97%
B = 92.86%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#040575 (or 0x040575) is known color: Navy. HEX triplet: 04, 05 and 75. RGB value is (4,5,117). Sum of RGB (Red+Green+Blue) = 4+5+117=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 117 (46.09% from 255 or 92.86% from 126); Max value from RGB is 117 - color contains mainly: blue. Hex color #040575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040575 is #FBFA8A. Grayscale: #111111. Windows color (decimal): -16513675 or 7668996. OLE color: 7668996.

HSL color Cylindrical-coordinate representation of color #040575: hue angle of 239.47º 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 #040575 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 5 117 -
CMYK 0.97 0.96 0 0.54
HSL 239.47º 0.93% 0.24% -
HSV(B) 239.47º 0.97% 0.46% -
XYZ 3.32 1.42 16.93 -
YUV 17.47 184.17 118.39 -
System Red Green Blue C M Y K H S L
Decimal 4 5 117 0.97 0.96 0 0.54 239.47 0.93 0.24
Hex 4 5 75 61 60 0 36 EF 5D 18
Octal 4 5 165 141 140 0 66 357 135 30
Binary 100 101 1110101 1100001 1100000 0 110110 11101111 1011101 11000

Color Harmonies of #040575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040575

Black with #040575

Text Example


Text Example

White with #040575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040575; }

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

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

background-color css

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

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

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

border-color css

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

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

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