#090450

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

Shades of Midnight Blue #090450

Tints of Midnight Blue #090450

Color information

#090450 (or 0x090450) is unknown color: approx Midnight Blue. HEX triplet: 09, 04 and 50. RGB value is (9,4,80). Sum of RGB (Red+Green+Blue) = 9+4+80=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 80 (31.64% from 255 or 86.02% from 93); Max value from RGB is 80 - color contains mainly: blue. Hex color #090450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090450 is #F6FBAF. Grayscale: #0D0D0D. Windows color (decimal): -16186288 or 5243913. OLE color: 5243913.

HSL color Cylindrical-coordinate representation of color #090450: hue angle of 243.95º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090450 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB9480-
CMYK0.890.9500.69
HSL243.95º90.48%16.47%-
HSV(B)243.95º95%31.37%-
XYZ1.60.727.64-
YUV14.16165.16124.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.68%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 80 (31.64% from 255) = 86.02%
R=9.68%
G=4.30%
B=86.02%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal94800.890.9500.69243.9590.4816.47
Hex9450595F045f45a10
Octal114120131137010536413220
Binary10011001010000101100110111110100010111110100101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090450; }

 p { color: rgb(9,4,80); }

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

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

 a { background-color: rgb(9,4,80); }

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

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

 span { border-color: rgb(9,4,80); }

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