#040168

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

Shades of Navy #040168

Tints of Navy #040168

Color information

#040168 (or 0x040168) is unknown color: approx Navy. HEX triplet: 04, 01 and 68. RGB value is (4,1,104). Sum of RGB (Red+Green+Blue) = 4+1+104=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 104 (41.02% from 255 or 95.41% from 109); Max value from RGB is 104 - color contains mainly: blue. Hex color #040168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040168 is #FBFE97. Grayscale: #0D0D0D. Windows color (decimal): -16514712 or 6816004. OLE color: 6816004.

HSL color Cylindrical-coordinate representation of color #040168: hue angle of 241.75º 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 #040168 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB41104-
CMYK0.960.9900.59
HSL241.75º98.1%20.59%-
HSV(B)241.75º99.04%40.78%-
XYZ2.561.0513.16-
YUV13.64178.99121.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 104 (41.02% from 255) = 95.41%
R=3.67%
G=0.92%
B=95.41%

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
Decimal411040.960.9900.59241.7598.120.59
Hex4168606303Bf26215
Octal4115014014307336214225
Binary1001110100011000001100011011101111110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040168; }

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

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

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

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

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

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

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

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