#040162

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

Shades of Navy #040162

Tints of Navy #040162

Color information

#040162 (or 0x040162) is unknown color: approx Navy. HEX triplet: 04, 01 and 62. RGB value is (4,1,98). Sum of RGB (Red+Green+Blue) = 4+1+98=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 98 (38.67% from 255 or 95.15% from 103); Max value from RGB is 98 - color contains mainly: blue. Hex color #040162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040162 is #FBFE9D. Grayscale: #0C0C0C. Windows color (decimal): -16514718 or 6422788. OLE color: 6422788.

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

Color convert

RGB4198-
CMYK0.960.9900.62
HSL241.86º97.98%19.41%-
HSV(B)241.86º98.98%38.43%-
XYZ2.270.9311.62-
YUV12.96175.99121.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.88%
GREEN value IS 1 (0.78% from 255) = 0.97%
BLUE value IS 98 (38.67% from 255) = 95.15%
R=3.88%
G=0.97%
B=95.15%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal41980.960.9900.62241.8697.9819.41
Hex4162606303Ef26213
Octal4114214014307636214223
Binary1001110001011000001100011011111011110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040162; }

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

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

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

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

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

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

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

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