#090279

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

Shades of Navy #090279

Tints of Navy #090279

Color information

#090279 (or 0x090279) is unknown color: approx Navy. HEX triplet: 09, 02 and 79. RGB value is (9,2,121). Sum of RGB (Red+Green+Blue) = 9+2+121=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 121 (47.66% from 255 or 91.67% from 132); Max value from RGB is 121 - color contains mainly: blue. Hex color #090279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090279 is #F6FD86. Grayscale: #111111. Windows color (decimal): -16186759 or 7930377. OLE color: 7930377.

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

Color convert

RGB92121-
CMYK0.930.9800.53
HSL243.53º96.75%24.12%-
HSV(B)243.53º98.35%47.45%-
XYZ3.591.4818.19-
YUV17.66186.32121.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 121 (47.66% from 255) = 91.67%
R=6.82%
G=1.52%
B=91.67%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal921210.930.9800.53243.5396.7524.12
Hex92795D62035f46118
Octal11217113514206536414130
Binary100110111100110111011100010011010111110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090279; }

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

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

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

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

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

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

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

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