Html Css Color HEX #041785 Navy

📋 copy color: '#041785'

red 4 ◦ green 23 ◦ blue 133

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

Shades of Navy #041785

Tints of Navy #041785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

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

R = 2.5%
G = 14.38%
B = 83.13%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#041785 (or 0x041785) is known color: Navy. HEX triplet: 04, 17 and 85. RGB value is (4,23,133). Sum of RGB (Red+Green+Blue) = 4+23+133=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 133 (52.34% from 255 or 83.12% from 160); Max value from RGB is 133 - color contains mainly: blue. Hex color #041785 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #041785 is #FBE87A. Grayscale: #1D1D1D. Windows color (decimal): -16509051 or 8722180. OLE color: 8722180.

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

Color convert

RGB 4 23 133 -
CMYK 0.97 0.83 0 0.48
HSL 231.16º 0.94% 0.27% -
HSV(B) 231.16º 0.97% 0.52% -
XYZ 4.59 2.33 22.4 -
YUV 29.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 4 23 133 0.97 0.83 0 0.48 231.16 0.94 0.27
Hex 4 17 85 61 53 0 30 E7 5E 1B
Octal 4 27 205 141 123 0 60 347 136 33
Binary 100 10111 10000101 1100001 1010011 0 110000 11100111 1011110 11011

Color Harmonies of #041785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041785

Black with #041785

Text Example


Text Example

White with #041785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041785; }

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

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

background-color css

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

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

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

border-color css

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

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

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