#09125F

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

Shades of Midnight Blue #09125F

Tints of Midnight Blue #09125F

Color information

#09125F (or 0x09125F) is unknown color: approx Midnight Blue. HEX triplet: 09, 12 and 5F. RGB value is (9,18,95). Sum of RGB (Red+Green+Blue) = 9+18+95=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 95 (37.5% from 255 or 77.87% from 122); Max value from RGB is 95 - color contains mainly: blue. Hex color #09125F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09125F is #F6EDA0. Grayscale: #171717. Windows color (decimal): -16182689 or 6230537. OLE color: 6230537.

HSL color Cylindrical-coordinate representation of color #09125F: hue angle of 233.72º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09125F is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB91895-
CMYK0.910.8100.63
HSL233.72º82.69%20.39%-
HSV(B)233.72º90.53%37.25%-
XYZ2.391.3210.95-
YUV24.09168.02117.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 18 (7.42% from 255) = 14.75%
BLUE value IS 95 (37.5% from 255) = 77.87%
R=7.38%
G=14.75%
B=77.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal918950.910.8100.63233.7282.6920.39
Hex9125F5B5103Fea5314
Octal112213713312107735212324
Binary100110010101111110110111010001011111111101010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09125F; }

 p { color: rgb(9,18,95); }

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

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

 a { background-color: rgb(9,18,95); }

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

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

 span { border-color: rgb(9,18,95); }

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