#171270

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

Shades of Midnight Blue #171270

Tints of Midnight Blue #171270

Color information

#171270 (or 0x171270) is unknown color: approx Midnight Blue. HEX triplet: 17, 12 and 70. RGB value is (23,18,112). Sum of RGB (Red+Green+Blue) = 23+18+112=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #171270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171270 is #E8ED8F. Grayscale: #1D1D1D. Windows color (decimal): -15265168 or 7344663. OLE color: 7344663.

HSL color Cylindrical-coordinate representation of color #171270: hue angle of 243.19º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #171270 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2318112-
CMYK0.790.8400.56
HSL243.19º72.31%25.49%-
HSV(B)243.19º83.93%43.92%-
XYZ3.491.7815.49-
YUV30.21174.16122.86-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.03%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 112 (44.14% from 255) = 73.20%
R=15.03%
G=11.76%
B=73.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23181120.790.8400.56243.1972.3125.49
Hex1712704F54038f34819
Octal272216011712407036311031
Binary1011110010111000010011111010100011100011110011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171270; }

 p { color: rgb(23,18,112); }

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

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

 a { background-color: rgb(23,18,112); }

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

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

 span { border-color: rgb(23,18,112); }

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