#091272

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

Shades of Midnight Blue #091272

Tints of Midnight Blue #091272

Color information

#091272 (or 0x091272) is unknown color: approx Midnight Blue. HEX triplet: 09, 12 and 72. RGB value is (9,18,114). Sum of RGB (Red+Green+Blue) = 9+18+114=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #091272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #091272 is #F6ED8D. Grayscale: #191919. Windows color (decimal): -16182670 or 7475721. OLE color: 7475721.

HSL color Cylindrical-coordinate representation of color #091272: hue angle of 234.86º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #091272 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB918114-
CMYK0.920.8400.55
HSL234.86º85.37%24.12%-
HSV(B)234.86º92.11%44.71%-
XYZ3.371.7116.07-
YUV26.25177.52115.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 114 (44.92% from 255) = 80.85%
R=6.38%
G=12.77%
B=80.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9181140.920.8400.55234.8685.3724.12
Hex912725C54037eb5518
Octal112216213412406735312530
Binary100110010111001010111001010100011011111101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091272; }

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

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

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

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

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

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

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

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