#040F83

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

Shades of Navy #040F83

Tints of Navy #040F83

Color information

#040F83 (or 0x040F83) is unknown color: approx Navy. HEX triplet: 04, 0F and 83. RGB value is (4,15,131). Sum of RGB (Red+Green+Blue) = 4+15+131=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 131 (51.56% from 255 or 87.33% from 150); Max value from RGB is 131 - color contains mainly: blue. Hex color #040F83 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040F83 is #FBF07C. Grayscale: #181818. Windows color (decimal): -16511101 or 8589060. OLE color: 8589060.

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

Color convert

RGB415131-
CMYK0.970.8900.49
HSL234.8º94.07%26.47%-
HSV(B)234.8º96.95%51.37%-
XYZ4.322.0121.63-
YUV24.94187.86113.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 15 (6.25% from 255) = 10%
BLUE value IS 131 (51.56% from 255) = 87.33%
R=2.67%
G=10%
B=87.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4151310.970.8900.49234.894.0726.47
Hex4F836159031eb5e1a
Octal41720314113106135313632
Binary10011111000001111000011011001011000111101011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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