#090172

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

Shades of Navy #090172

Tints of Navy #090172

Color information

#090172 (or 0x090172) is unknown color: approx Navy. HEX triplet: 09, 01 and 72. RGB value is (9,1,114). Sum of RGB (Red+Green+Blue) = 9+1+114=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 114 (44.92% from 255 or 91.94% from 124); Max value from RGB is 114 - color contains mainly: blue. Hex color #090172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090172 is #F6FE8D. Grayscale: #0F0F0F. Windows color (decimal): -16187022 or 7471369. OLE color: 7471369.

HSL color Cylindrical-coordinate representation of color #090172: hue angle of 244.25º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090172 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB91114-
CMYK0.920.9900.55
HSL244.25º98.26%22.55%-
HSV(B)244.25º99.12%44.71%-
XYZ3.161.2916-
YUV16.27183.15122.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 114 (44.92% from 255) = 91.94%
R=7.26%
G=0.81%
B=91.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal911140.920.9900.55244.2598.2622.55
Hex91725C63037f46217
Octal11116213414306736414227
Binary10011111001010111001100011011011111110100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090172; }

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

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

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

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

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

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

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

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