#09026D

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

Shades of Navy #09026D

Tints of Navy #09026D

Color information

#09026D (or 0x09026D) is unknown color: approx Navy. HEX triplet: 09, 02 and 6D. RGB value is (9,2,109). Sum of RGB (Red+Green+Blue) = 9+2+109=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 109 (42.97% from 255 or 90.83% from 120); Max value from RGB is 109 - color contains mainly: blue. Hex color #09026D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09026D is #F6FD92. Grayscale: #0F0F0F. Windows color (decimal): -16186771 or 7143945. OLE color: 7143945.

HSL color Cylindrical-coordinate representation of color #09026D: hue angle of 243.93º 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 #09026D is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB92109-
CMYK0.920.9800.57
HSL243.93º96.4%21.76%-
HSV(B)243.93º98.17%42.75%-
XYZ2.891.2114.55-
YUV16.29180.32122.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.5%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 109 (42.97% from 255) = 90.83%
R=7.5%
G=1.67%
B=90.83%

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
Decimal921090.920.9800.57243.9396.421.76
Hex926D5C62039f46016
Octal11215513414207136414026
Binary100110110110110111001100010011100111110100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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