#090f7f

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

Shades of Navy #090F7F

Tints of Navy #090F7F

Color information

#090F7F (or 0x090F7F) is unknown color: approx Navy. HEX triplet: 09, 0F and 7F. RGB value is (9,15,127). Sum of RGB (Red+Green+Blue) = 9+15+127=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 127 (50% from 255 or 84.11% from 151); Max value from RGB is 127 - color contains mainly: blue. Hex color #090F7F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090F7F is #F6F080. Grayscale: #191919. Windows color (decimal): -16183425 or 8326921. OLE color: 8326921.

HSL color Cylindrical-coordinate representation of color #090F7F: hue angle of 236.95º 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 #090F7F is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB915127-
CMYK0.930.8800.50
HSL236.95º86.76%26.67%-
HSV(B)236.95º92.91%49.8%-
XYZ4.111.9320.23-
YUV25.97185.01115.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 15 (6.25% from 255) = 9.93%
BLUE value IS 127 (50% from 255) = 84.11%
R=5.96%
G=9.93%
B=84.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9151270.930.8800.50236.9586.7626.67
Hex9F7F5D58032ed571b
Octal111717713513006235512733
Binary10011111111111110111011011000011001011101101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090f7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090f7f; }

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

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

<style>
 a { background-color: #090f7f; }

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

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

<style>
 span { border-color: #090f7f; }

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

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