#040F7C

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

Shades of Navy #040F7C

Tints of Navy #040F7C

Color information

#040F7C (or 0x040F7C) is unknown color: approx Navy. HEX triplet: 04, 0F and 7C. RGB value is (4,15,124). Sum of RGB (Red+Green+Blue) = 4+15+124=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 124 (48.83% from 255 or 86.71% from 143); Max value from RGB is 124 - color contains mainly: blue. Hex color #040F7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040F7C is #FBF083. Grayscale: #171717. Windows color (decimal): -16511108 or 8130308. OLE color: 8130308.

HSL color Cylindrical-coordinate representation of color #040F7C: hue angle of 234.5º 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 #040F7C is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB415124-
CMYK0.970.8800.51
HSL234.5º93.75%25.1%-
HSV(B)234.5º96.77%48.63%-
XYZ3.861.8219.22-
YUV24.14184.36113.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 124 (48.83% from 255) = 86.71%
R=2.80%
G=10.49%
B=86.71%

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
Decimal4151240.970.8800.51234.593.7525.1
Hex4F7C6158033ea5e19
Octal41717414113006335213631
Binary1001111111110011000011011000011001111101010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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