#09097A

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

Shades of Navy #09097A

Tints of Navy #09097A

Color information

#09097A (or 0x09097A) is unknown color: approx Navy. HEX triplet: 09, 09 and 7A. RGB value is (9,9,122). Sum of RGB (Red+Green+Blue) = 9+9+122=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #09097A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09097A is #F6F685. Grayscale: #151515. Windows color (decimal): -16184966 or 7997705. OLE color: 7997705.

HSL color Cylindrical-coordinate representation of color #09097A: hue angle of 240º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09097A is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB99122-
CMYK0.930.9300.52
HSL240º86.26%25.69%-
HSV(B)240º92.62%47.84%-
XYZ3.721.6618.54-
YUV21.88184.5118.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 122 (48.05% from 255) = 87.14%
R=6.43%
G=6.43%
B=87.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal991220.930.9300.5224086.2625.69
Hex997A5D5D034f0561a
Octal111117213513506436012632
Binary10011001111101010111011011101011010011110000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09097A; }

 p { color: rgb(9,9,122); }

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

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

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

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

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

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

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