#090061

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

Shades of Navy #090061

Tints of Navy #090061

Color information

#090061 (or 0x090061) is unknown color: approx Navy. HEX triplet: 09, 00 and 61. RGB value is (9,0,97). Sum of RGB (Red+Green+Blue) = 9+0+97=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 97 (38.28% from 255 or 91.51% from 106); Max value from RGB is 97 - color contains mainly: blue. Hex color #090061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090061 is #F6FF9E. Grayscale: #0D0D0D. Windows color (decimal): -16187295 or 6357001. OLE color: 6357001.

HSL color Cylindrical-coordinate representation of color #090061: hue angle of 245.57º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090061 is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB9097-
CMYK0.91100.62
HSL245.57º100%19.02%-
HSV(B)245.57º100%38.04%-
XYZ2.270.9211.37-
YUV13.75174.98124.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 91.51%
R=8.49%
G=0%
B=91.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal90970.91100.62245.5710019.02
Hex90615B6403Ef66413
Octal11014113314407636614423
Binary10010110000110110111100100011111011110110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090061; }

 p { color: rgb(9,0,97); }

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

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

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

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

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

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

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