#040B69

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

Shades of Navy #040B69

Tints of Navy #040B69

Color information

#040B69 (or 0x040B69) is unknown color: approx Navy. HEX triplet: 04, 0B and 69. RGB value is (4,11,105). Sum of RGB (Red+Green+Blue) = 4+11+105=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 105 (41.41% from 255 or 87.5% from 120); Max value from RGB is 105 - color contains mainly: blue. Hex color #040B69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040B69 is #FBF496. Grayscale: #131313. Windows color (decimal): -16512151 or 6884100. OLE color: 6884100.

HSL color Cylindrical-coordinate representation of color #040B69: hue angle of 235.84º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040B69 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB411105-
CMYK0.960.9000.59
HSL235.84º92.66%21.37%-
HSV(B)235.84º96.19%41.18%-
XYZ2.721.2913.47-
YUV19.62176.18116.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.33%
GREEN value IS 11 (4.69% from 255) = 9.17%
BLUE value IS 105 (41.41% from 255) = 87.5%
R=3.33%
G=9.17%
B=87.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4111050.960.9000.59235.8492.6621.37
Hex4B69605A03Bec5d15
Octal41315114013207335413525
Binary1001011110100111000001011010011101111101100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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