#090053

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

Shades of Midnight Blue #090053

Tints of Midnight Blue #090053

Color information

#090053 (or 0x090053) is unknown color: approx Midnight Blue. HEX triplet: 09, 00 and 53. RGB value is (9,0,83). Sum of RGB (Red+Green+Blue) = 9+0+83=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 83 (32.81% from 255 or 90.22% from 92); Max value from RGB is 83 - color contains mainly: blue. Hex color #090053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090053 is #F6FFAC. Grayscale: #0B0B0B. Windows color (decimal): -16187309 or 5439497. OLE color: 5439497.

HSL color Cylindrical-coordinate representation of color #090053: hue angle of 246.51º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #090053 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB9083-
CMYK0.89100.67
HSL246.51º100%16.27%-
HSV(B)246.51º100%32.55%-
XYZ1.670.688.23-
YUV12.15167.98125.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 90.22%
R=9.78%
G=0%
B=90.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal90830.89100.67246.5110016.27
Hex90535964043f76410
Octal110123131144010336714420
Binary100101010011101100111001000100001111110111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090053; }

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

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

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

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

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

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

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

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