#090D7A

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

Shades of Navy #090D7A

Tints of Navy #090D7A

Color information

#090D7A (or 0x090D7A) is unknown color: approx Navy. HEX triplet: 09, 0D and 7A. RGB value is (9,13,122). Sum of RGB (Red+Green+Blue) = 9+13+122=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 122 (48.05% from 255 or 84.72% from 144); Max value from RGB is 122 - color contains mainly: blue. Hex color #090D7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D7A is #F6F285. Grayscale: #171717. Windows color (decimal): -16183942 or 7998729. OLE color: 7998729.

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

Color convert

RGB913122-
CMYK0.930.8900.52
HSL237.88º86.26%25.69%-
HSV(B)237.88º92.62%47.84%-
XYZ3.771.7518.55-
YUV24.23183.17117.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.25%
GREEN value IS 13 (5.47% from 255) = 9.03%
BLUE value IS 122 (48.05% from 255) = 84.72%
R=6.25%
G=9.03%
B=84.72%

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
Decimal9131220.930.8900.52237.8886.2625.69
Hex9D7A5D59034ee561a
Octal111517213513106435612632
Binary10011101111101010111011011001011010011101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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