#09117F

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

Shades of Navy #09117F

Tints of Navy #09117F

Color information

#09117F (or 0x09117F) is unknown color: approx Navy. HEX triplet: 09, 11 and 7F. RGB value is (9,17,127). Sum of RGB (Red+Green+Blue) = 9+17+127=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 127 (50% from 255 or 83.01% from 153); Max value from RGB is 127 - color contains mainly: blue. Hex color #09117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09117F is #F6EE80. Grayscale: #1A1A1A. Windows color (decimal): -16182913 or 8327433. OLE color: 8327433.

HSL color Cylindrical-coordinate representation of color #09117F: hue angle of 235.93º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09117F is Cyan = 0.93, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB917127-
CMYK0.930.8700.50
HSL235.93º86.76%26.67%-
HSV(B)235.93º92.91%49.8%-
XYZ4.141.9920.24-
YUV27.15184.35115.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 127 (50% from 255) = 83.01%
R=5.88%
G=11.11%
B=83.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9171270.930.8700.50235.9386.7626.67
Hex9117F5D57032ec571b
Octal112117713512706235412733
Binary100110001111111110111011010111011001011101100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09117F; }

 p { color: rgb(9,17,127); }

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

<style>
 a { background-color: #09117F; }

 a { background-color: rgb(9,17,127); }

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

<style>
 span { border-color: #09117F; }

 span { border-color: rgb(9,17,127); }

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