#040B7E

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

Shades of Navy #040B7E

Tints of Navy #040B7E

Color information

#040B7E (or 0x040B7E) is unknown color: approx Navy. HEX triplet: 04, 0B and 7E. RGB value is (4,11,126). Sum of RGB (Red+Green+Blue) = 4+11+126=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 126 (49.61% from 255 or 89.36% from 141); Max value from RGB is 126 - color contains mainly: blue. Hex color #040B7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B7E is #FBF481. Grayscale: #151515. Windows color (decimal): -16512130 or 8260356. OLE color: 8260356.

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

Color convert

RGB411126-
CMYK0.970.9100.51
HSL236.56º93.85%25.49%-
HSV(B)236.56º96.83%49.41%-
XYZ3.941.7719.87-
YUV22.02186.68115.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 11 (4.69% from 255) = 7.80%
BLUE value IS 126 (49.61% from 255) = 89.36%
R=2.84%
G=7.80%
B=89.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4111260.970.9100.51236.5693.8525.49
Hex4B7E615B033ed5e19
Octal41317614113306335513631
Binary1001011111111011000011011011011001111101101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,11,126); }

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

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

 a { background-color: rgb(4,11,126); }

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

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

 span { border-color: rgb(4,11,126); }

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