#090269

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

Shades of Navy #090269

Tints of Navy #090269

Color information

#090269 (or 0x090269) is unknown color: approx Navy. HEX triplet: 09, 02 and 69. RGB value is (9,2,105). Sum of RGB (Red+Green+Blue) = 9+2+105=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 105 (41.41% from 255 or 90.52% from 116); Max value from RGB is 105 - color contains mainly: blue. Hex color #090269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090269 is #F6FD96. Grayscale: #0F0F0F. Windows color (decimal): -16186775 or 6881801. OLE color: 6881801.

HSL color Cylindrical-coordinate representation of color #090269: hue angle of 244.08º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #090269 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB92105-
CMYK0.910.9800.59
HSL244.08º96.26%20.98%-
HSV(B)244.08º98.1%41.18%-
XYZ2.681.1213.44-
YUV15.84178.32123.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.76%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 105 (41.41% from 255) = 90.52%
R=7.76%
G=1.72%
B=90.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal921050.910.9800.59244.0896.2620.98
Hex92695B6203Bf46015
Octal11215113314207336414025
Binary100110110100110110111100010011101111110100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090269; }

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

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

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

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

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

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

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

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