#090168

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

Shades of Navy #090168

Tints of Navy #090168

Color information

#090168 (or 0x090168) is unknown color: approx Navy. HEX triplet: 09, 01 and 68. RGB value is (9,1,104). Sum of RGB (Red+Green+Blue) = 9+1+104=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 104 (41.02% from 255 or 91.23% from 114); Max value from RGB is 104 - color contains mainly: blue. Hex color #090168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090168 is #F6FE97. Grayscale: #0E0E0E. Windows color (decimal): -16187032 or 6816009. OLE color: 6816009.

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

Color convert

RGB91104-
CMYK0.910.9900.59
HSL244.66º98.1%20.59%-
HSV(B)244.66º99.04%40.78%-
XYZ2.621.0813.17-
YUV15.13178.15123.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 104 (41.02% from 255) = 91.23%
R=7.89%
G=0.88%
B=91.23%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal911040.910.9900.59244.6698.120.59
Hex91685B6303Bf56215
Octal11115013314307336514225
Binary10011110100010110111100011011101111110101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090168; }

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

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

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

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

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

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

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

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