#090D7E

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

Shades of Navy #090D7E

Tints of Navy #090D7E

Color information

#090D7E (or 0x090D7E) is unknown color: approx Navy. HEX triplet: 09, 0D and 7E. RGB value is (9,13,126). Sum of RGB (Red+Green+Blue) = 9+13+126=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 126 (49.61% from 255 or 85.14% from 148); Max value from RGB is 126 - color contains mainly: blue. Hex color #090D7E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D7E is #F6F281. Grayscale: #181818. Windows color (decimal): -16183938 or 8260873. OLE color: 8260873.

HSL color Cylindrical-coordinate representation of color #090D7E: hue angle of 237.95º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090D7E is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB913126-
CMYK0.930.9000.51
HSL237.95º86.67%26.47%-
HSV(B)237.95º92.86%49.41%-
XYZ4.021.8519.88-
YUV24.69185.17116.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 13 (5.47% from 255) = 8.78%
BLUE value IS 126 (49.61% from 255) = 85.14%
R=6.08%
G=8.78%
B=85.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9131260.930.9000.51237.9586.6726.47
Hex9D7E5D5A033ee571a
Octal111517613513206335612732
Binary10011101111111010111011011010011001111101110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,13,126); }

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

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

 a { background-color: rgb(9,13,126); }

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

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

 span { border-color: rgb(9,13,126); }

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