Html Css Color HEX #040585 Navy

📋 copy color: '#040585'

red 4 ◦ green 5 ◦ blue 133

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

Shades of Navy #040585

Tints of Navy #040585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 93.66%

R = 2.82%
G = 3.52%
B = 93.66%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#040585 (or 0x040585) is known color: Navy. HEX triplet: 04, 05 and 85. RGB value is (4,5,133). Sum of RGB (Red+Green+Blue) = 4+5+133=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 133 (52.34% from 255 or 93.66% from 142); Max value from RGB is 133 - color contains mainly: blue. Hex color #040585 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040585 is #FBFA7A. Grayscale: #121212. Windows color (decimal): -16513659 or 8717572. OLE color: 8717572.

HSL color Cylindrical-coordinate representation of color #040585: hue angle of 239.53º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040585 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 5 133 -
CMYK 0.97 0.96 0 0.48
HSL 239.53º 0.94% 0.27% -
HSV(B) 239.53º 0.97% 0.52% -
XYZ 4.34 1.83 22.31 -
YUV 19.29 192.17 117.09 -
System Red Green Blue C M Y K H S L
Decimal 4 5 133 0.97 0.96 0 0.48 239.53 0.94 0.27
Hex 4 5 85 61 60 0 30 F0 5E 1B
Octal 4 5 205 141 140 0 60 360 136 33
Binary 100 101 10000101 1100001 1100000 0 110000 11110000 1011110 11011

Color Harmonies of #040585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040585

Black with #040585

Text Example


Text Example

White with #040585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040585; }

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

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

background-color css

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

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

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

border-color css

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

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

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