#040062

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

Shades of Navy #040062

Tints of Navy #040062

Color information

#040062 (or 0x040062) is unknown color: approx Navy. HEX triplet: 04, 00 and 62. RGB value is (4,0,98). Sum of RGB (Red+Green+Blue) = 4+0+98=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 98 (38.67% from 255 or 96.08% from 102); Max value from RGB is 98 - color contains mainly: blue. Hex color #040062 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040062 is #FBFF9D. Grayscale: #0B0B0B. Windows color (decimal): -16514974 or 6422532. OLE color: 6422532.

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

Color convert

RGB4098-
CMYK0.96100.62
HSL242.45º100%19.22%-
HSV(B)242.45º100%38.43%-
XYZ2.250.9111.61-
YUV12.37176.33122.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 96.08%
R=3.92%
G=0%
B=96.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal40980.96100.62242.4510019.22
Hex4062606403Ef26413
Octal4014214014407636214423
Binary1000110001011000001100100011111011110010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040062; }

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

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

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

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

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

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

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

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