#090E7A

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

Shades of Navy #090E7A

Tints of Navy #090E7A

Color information

#090E7A (or 0x090E7A) is unknown color: approx Navy. HEX triplet: 09, 0E and 7A. RGB value is (9,14,122). Sum of RGB (Red+Green+Blue) = 9+14+122=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #090E7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E7A is #F6F185. Grayscale: #181818. Windows color (decimal): -16183686 or 7998985. OLE color: 7998985.

HSL color Cylindrical-coordinate representation of color #090E7A: hue angle of 237.35º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #090E7A is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB914122-
CMYK0.930.8900.52
HSL237.35º86.26%25.69%-
HSV(B)237.35º92.62%47.84%-
XYZ3.781.7818.56-
YUV24.82182.84116.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 14 (5.86% from 255) = 9.66%
BLUE value IS 122 (48.05% from 255) = 84.14%
R=6.21%
G=9.66%
B=84.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9141220.930.8900.52237.3586.2625.69
Hex9E7A5D59034ed561a
Octal111617213513106435512632
Binary10011110111101010111011011001011010011101101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,14,122); }

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

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

 a { background-color: rgb(9,14,122); }

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

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

 span { border-color: rgb(9,14,122); }

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