#040169

Color #040169 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #040169

Tints of Navy #040169

Color information

#040169 (or 0x040169) is unknown color: approx Navy. HEX triplet: 04, 01 and 69. RGB value is (4,1,105). Sum of RGB (Red+Green+Blue) = 4+1+105=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 105 (41.41% from 255 or 95.45% from 110); Max value from RGB is 105 - color contains mainly: blue. Hex color #040169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040169 is #FBFE96. Grayscale: #0D0D0D. Windows color (decimal): -16514711 or 6881540. OLE color: 6881540.

HSL color Cylindrical-coordinate representation of color #040169: hue angle of 241.73º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #040169 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB41105-
CMYK0.960.9900.59
HSL241.73º98.11%20.78%-
HSV(B)241.73º99.05%41.18%-
XYZ2.611.0713.43-
YUV13.75179.49121.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.64%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 105 (41.41% from 255) = 95.45%
R=3.64%
G=0.91%
B=95.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal411050.960.9900.59241.7398.1120.78
Hex4169606303Bf26215
Octal4115114014307336214225
Binary1001110100111000001100011011101111110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040169; }

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

 H1.HeaderClassName
 {
   color: #040169;
 }
 .AnyTagClassName
 {
   color: #040169;
 }
</style>
background-color css

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

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

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

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

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

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