#090369

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

Shades of Navy #090369

Tints of Navy #090369

Color information

#090369 (or 0x090369) is unknown color: approx Navy. HEX triplet: 09, 03 and 69. RGB value is (9,3,105). Sum of RGB (Red+Green+Blue) = 9+3+105=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 105 (41.41% from 255 or 89.74% from 117); Max value from RGB is 105 - color contains mainly: blue. Hex color #090369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090369 is #F6FC96. Grayscale: #101010. Windows color (decimal): -16186519 or 6882057. OLE color: 6882057.

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

Color convert

RGB93105-
CMYK0.910.9700.59
HSL243.53º94.44%21.18%-
HSV(B)243.53º97.14%41.18%-
XYZ2.71.1413.44-
YUV16.42177.99122.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 105 (41.41% from 255) = 89.74%
R=7.69%
G=2.56%
B=89.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal931050.910.9700.59243.5394.4421.18
Hex93695B6103Bf45e15
Octal11315113314107336413625
Binary100111110100110110111100001011101111110100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090369; }

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

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

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

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

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

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

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

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