#091F85

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

Shades of Midnight Blue #091F85

Tints of Midnight Blue #091F85

Color information

#091F85 (or 0x091F85) is unknown color: approx Midnight Blue. HEX triplet: 09, 1F and 85. RGB value is (9,31,133). Sum of RGB (Red+Green+Blue) = 9+31+133=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #091F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091F85 is #F6E07A. Grayscale: #232323. Windows color (decimal): -16179323 or 8724233. OLE color: 8724233.

HSL color Cylindrical-coordinate representation of color #091F85: hue angle of 229.35º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091F85 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB931133-
CMYK0.930.7700.48
HSL229.35º87.32%27.84%-
HSV(B)229.35º93.23%52.16%-
XYZ4.842.7322.46-
YUV36.05182.71108.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 31 (12.5% from 255) = 17.92%
BLUE value IS 133 (52.34% from 255) = 76.88%
R=5.20%
G=17.92%
B=76.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9311330.930.7700.48229.3587.3227.84
Hex91F855D4D030e5571c
Octal113720513511506034512734
Binary1001111111000010110111011001101011000011100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091F85; }

 p { color: rgb(9,31,133); }

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

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

 a { background-color: rgb(9,31,133); }

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

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

 span { border-color: rgb(9,31,133); }

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