#090D5C

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

Shades of Midnight Blue #090D5C

Tints of Midnight Blue #090D5C

Color information

#090D5C (or 0x090D5C) is unknown color: approx Midnight Blue. HEX triplet: 09, 0D and 5C. RGB value is (9,13,92). Sum of RGB (Red+Green+Blue) = 9+13+92=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 92 (36.33% from 255 or 80.70% from 114); Max value from RGB is 92 - color contains mainly: blue. Hex color #090D5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090D5C is #F6F2A3. Grayscale: #141414. Windows color (decimal): -16183972 or 6032649. OLE color: 6032649.

HSL color Cylindrical-coordinate representation of color #090D5C: hue angle of 237.11º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #090D5C is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB91392-
CMYK0.900.8600.64
HSL237.11º82.18%19.8%-
HSV(B)237.11º90.22%36.08%-
XYZ2.191.1210.23-
YUV20.81168.17119.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 13 (5.47% from 255) = 11.40%
BLUE value IS 92 (36.33% from 255) = 80.70%
R=7.89%
G=11.40%
B=80.70%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal913920.900.8600.64237.1182.1819.8
Hex9D5C5A56040ed5214
Octal1115134132126010035512224
Binary100111011011100101101010101100100000011101101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,13,92); }

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

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

 a { background-color: rgb(9,13,92); }

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

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

 span { border-color: rgb(9,13,92); }

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