#090E55

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

Shades of Midnight Blue #090E55

Tints of Midnight Blue #090E55

Color information

#090E55 (or 0x090E55) is unknown color: approx Midnight Blue. HEX triplet: 09, 0E and 55. RGB value is (9,14,85). Sum of RGB (Red+Green+Blue) = 9+14+85=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 85 (33.59% from 255 or 78.70% from 108); Max value from RGB is 85 - color contains mainly: blue. Hex color #090E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090E55 is #F6F1AA. Grayscale: #141414. Windows color (decimal): -16183723 or 5574153. OLE color: 5574153.

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

Color convert

RGB91485-
CMYK0.890.8400.67
HSL236.05º80.85%18.43%-
HSV(B)236.05º89.41%33.33%-
XYZ1.911.038.69-
YUV20.6164.34119.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.33%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 85 (33.59% from 255) = 78.70%
R=8.33%
G=12.96%
B=78.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal914850.890.8400.67236.0580.8518.43
Hex9E555954043ec5112
Octal1116125131124010335412122
Binary100111101010101101100110101000100001111101100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090E55; }

 p { color: rgb(9,14,85); }

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

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

 a { background-color: rgb(9,14,85); }

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

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

 span { border-color: rgb(9,14,85); }

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