#090276

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

Shades of Navy #090276

Tints of Navy #090276

Color information

#090276 (or 0x090276) is unknown color: approx Navy. HEX triplet: 09, 02 and 76. RGB value is (9,2,118). Sum of RGB (Red+Green+Blue) = 9+2+118=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 118 (46.48% from 255 or 91.47% from 129); Max value from RGB is 118 - color contains mainly: blue. Hex color #090276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090276 is #F6FD89. Grayscale: #101010. Windows color (decimal): -16186762 or 7733769. OLE color: 7733769.

HSL color Cylindrical-coordinate representation of color #090276: hue angle of 243.62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090276 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB92118-
CMYK0.920.9800.54
HSL243.62º96.67%23.53%-
HSV(B)243.62º98.31%46.27%-
XYZ3.41.4117.23-
YUV17.32184.82122.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 118 (46.48% from 255) = 91.47%
R=6.98%
G=1.55%
B=91.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal921180.920.9800.54243.6296.6723.53
Hex92765C62036f46118
Octal11216613414206636414130
Binary100110111011010111001100010011011011110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090276; }

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

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

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

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

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

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

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

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