#09055D

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

Shades of Midnight Blue #09055D

Tints of Midnight Blue #09055D

Color information

#09055D (or 0x09055D) is unknown color: approx Midnight Blue. HEX triplet: 09, 05 and 5D. RGB value is (9,5,93). Sum of RGB (Red+Green+Blue) = 9+5+93=107 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.41% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #09055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09055D is #F6FAA2. Grayscale: #0F0F0F. Windows color (decimal): -16186019 or 6096137. OLE color: 6096137.

HSL color Cylindrical-coordinate representation of color #09055D: hue angle of 242.73º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09055D is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB9593-
CMYK0.900.9500.64
HSL242.73º89.8%19.22%-
HSV(B)242.73º94.62%36.47%-
XYZ2.140.9610.43-
YUV16.23171.33122.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.41%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 93 (36.72% from 255) = 86.92%
R=8.41%
G=4.67%
B=86.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal95930.900.9500.64242.7389.819.22
Hex955D5A5F040f35a13
Octal115135132137010036313223
Binary10011011011101101101010111110100000011110011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09055D; }

 p { color: rgb(9,5,93); }

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

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

 a { background-color: rgb(9,5,93); }

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

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

 span { border-color: rgb(9,5,93); }

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