#090352

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

Shades of Midnight Blue #090352

Tints of Midnight Blue #090352

Color information

#090352 (or 0x090352) is unknown color: approx Midnight Blue. HEX triplet: 09, 03 and 52. RGB value is (9,3,82). Sum of RGB (Red+Green+Blue) = 9+3+82=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 82 (32.42% from 255 or 87.23% from 94); Max value from RGB is 82 - color contains mainly: blue. Hex color #090352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090352 is #F6FCAD. Grayscale: #0D0D0D. Windows color (decimal): -16186542 or 5374729. OLE color: 5374729.

HSL color Cylindrical-coordinate representation of color #090352: hue angle of 244.56º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090352 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB9382-
CMYK0.890.9600.68
HSL244.56º92.94%16.67%-
HSV(B)244.56º96.34%32.16%-
XYZ1.670.738.04-
YUV13.8166.49124.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.57%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 82 (32.42% from 255) = 87.23%
R=9.57%
G=3.19%
B=87.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal93820.890.9600.68244.5692.9416.67
Hex93525960044f55d11
Octal113122131140010436513521
Binary1001111010010101100111000000100010011110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090352; }

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

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

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

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

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

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

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

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