#040F7F

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

Shades of Navy #040F7F

Tints of Navy #040F7F

Color information

#040F7F (or 0x040F7F) is unknown color: approx Navy. HEX triplet: 04, 0F and 7F. RGB value is (4,15,127). Sum of RGB (Red+Green+Blue) = 4+15+127=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 127 (50% from 255 or 86.99% from 146); Max value from RGB is 127 - color contains mainly: blue. Hex color #040F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F7F is #FBF080. Grayscale: #181818. Windows color (decimal): -16511105 or 8326916. OLE color: 8326916.

HSL color Cylindrical-coordinate representation of color #040F7F: hue angle of 234.63º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040F7F is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB415127-
CMYK0.970.8800.50
HSL234.63º93.89%25.69%-
HSV(B)234.63º96.85%49.8%-
XYZ4.051.920.23-
YUV24.48185.86113.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.74%
GREEN value IS 15 (6.25% from 255) = 10.27%
BLUE value IS 127 (50% from 255) = 86.99%
R=2.74%
G=10.27%
B=86.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4151270.970.8800.50234.6393.8925.69
Hex4F7F6158032eb5e1a
Octal41717714113006235313632
Binary1001111111111111000011011000011001011101011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040F7F; }

 p { color: rgb(4,15,127); }

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

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

 a { background-color: rgb(4,15,127); }

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

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

 span { border-color: rgb(4,15,127); }

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