#040F7D

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

Shades of Navy #040F7D

Tints of Navy #040F7D

Color information

#040F7D (or 0x040F7D) is unknown color: approx Navy. HEX triplet: 04, 0F and 7D. RGB value is (4,15,125). Sum of RGB (Red+Green+Blue) = 4+15+125=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #040F7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F7D is #FBF082. Grayscale: #171717. Windows color (decimal): -16511107 or 8195844. OLE color: 8195844.

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

Color convert

RGB415125-
CMYK0.970.8800.51
HSL234.55º93.8%25.29%-
HSV(B)234.55º96.8%49.02%-
XYZ3.921.8519.55-
YUV24.25184.86113.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 15 (6.25% from 255) = 10.42%
BLUE value IS 125 (49.22% from 255) = 86.81%
R=2.78%
G=10.42%
B=86.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4151250.970.8800.51234.5593.825.29
Hex4F7D6158033eb5e19
Octal41717514113006335313631
Binary1001111111110111000011011000011001111101011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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