#090A75

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

Shades of Navy #090A75

Tints of Navy #090A75

Color information

#090A75 (or 0x090A75) is unknown color: approx Navy. HEX triplet: 09, 0A and 75. RGB value is (9,10,117). Sum of RGB (Red+Green+Blue) = 9+10+117=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #090A75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090A75 is #F6F58A. Grayscale: #151515. Windows color (decimal): -16184715 or 7670281. OLE color: 7670281.

HSL color Cylindrical-coordinate representation of color #090A75: hue angle of 239.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090A75 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB910117-
CMYK0.920.9100.54
HSL239.44º85.71%24.71%-
HSV(B)239.44º92.31%45.88%-
XYZ3.431.5616.95-
YUV21.9181.67118.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 10 (4.30% from 255) = 7.35%
BLUE value IS 117 (46.09% from 255) = 86.03%
R=6.62%
G=7.35%
B=86.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9101170.920.9100.54239.4485.7124.71
Hex9A755C5B036ef5619
Octal111216513413306635712631
Binary10011010111010110111001011011011011011101111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,10,117); }

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

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

 a { background-color: rgb(9,10,117); }

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

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

 span { border-color: rgb(9,10,117); }

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