#090165

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

Shades of Navy #090165

Tints of Navy #090165

Color information

#090165 (or 0x090165) is unknown color: approx Navy. HEX triplet: 09, 01 and 65. RGB value is (9,1,101). Sum of RGB (Red+Green+Blue) = 9+1+101=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 101 (39.84% from 255 or 90.99% from 111); Max value from RGB is 101 - color contains mainly: blue. Hex color #090165 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090165 is #F6FE9A. Grayscale: #0E0E0E. Windows color (decimal): -16187035 or 6619401. OLE color: 6619401.

HSL color Cylindrical-coordinate representation of color #090165: hue angle of 244.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090165 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB91101-
CMYK0.910.9900.60
HSL244.8º98.04%20%-
HSV(B)244.8º99.01%39.61%-
XYZ2.471.0212.38-
YUV14.79176.65123.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 101 (39.84% from 255) = 90.99%
R=8.11%
G=0.90%
B=90.99%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal911010.910.9900.60244.898.0420
Hex91655B6303Cf56214
Octal11114513314307436514224
Binary10011110010110110111100011011110011110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090165; }

 p { color: rgb(9,1,101); }

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

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

 a { background-color: rgb(9,1,101); }

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

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

 span { border-color: rgb(9,1,101); }

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