#09005A

Color #09005A Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #09005A

Tints of Midnight Blue #09005A

Color information

#09005A (or 0x09005A) is unknown color: approx Midnight Blue. HEX triplet: 09, 00 and 5A. RGB value is (9,0,90). Sum of RGB (Red+Green+Blue) = 9+0+90=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 90 (35.55% from 255 or 90.91% from 99); Max value from RGB is 90 - color contains mainly: blue. Hex color #09005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09005A is #F6FFA5. Grayscale: #0C0C0C. Windows color (decimal): -16187302 or 5898249. OLE color: 5898249.

HSL color Cylindrical-coordinate representation of color #09005A: hue angle of 246º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09005A is Cyan = 0.9, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB9090-
CMYK0.9100.65
HSL246º100%17.65%-
HSV(B)246º100%35.29%-
XYZ1.960.89.72-
YUV12.95171.48125.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 90.91%
R=9.09%
G=0%
B=90.91%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90900.9100.6524610017.65
Hex905A5A64041f66412
Octal110132132144010136614422
Binary100101011010101101011001000100000111110110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09005A; }

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

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

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

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

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

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

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

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