#09026E

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

Shades of Navy #09026E

Tints of Navy #09026E

Color information

#09026E (or 0x09026E) is unknown color: approx Navy. HEX triplet: 09, 02 and 6E. RGB value is (9,2,110). Sum of RGB (Red+Green+Blue) = 9+2+110=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 110 (43.36% from 255 or 90.91% from 121); Max value from RGB is 110 - color contains mainly: blue. Hex color #09026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09026E is #F6FD91. Grayscale: #0F0F0F. Windows color (decimal): -16186770 or 7209481. OLE color: 7209481.

HSL color Cylindrical-coordinate representation of color #09026E: hue angle of 243.89º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09026E is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB92110-
CMYK0.920.9800.57
HSL243.89º96.43%21.96%-
HSV(B)243.89º98.18%43.14%-
XYZ2.951.2314.83-
YUV16.4180.82122.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 110 (43.36% from 255) = 90.91%
R=7.44%
G=1.65%
B=90.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal921100.920.9800.57243.8996.4321.96
Hex926E5C62039f46016
Octal11215613414207136414026
Binary100110110111010111001100010011100111110100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09026E; }

 p { color: rgb(9,2,110); }

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

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

 a { background-color: rgb(9,2,110); }

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

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

 span { border-color: rgb(9,2,110); }

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