#171475

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

Shades of Midnight Blue #171475

Tints of Midnight Blue #171475

Color information

#171475 (or 0x171475) is unknown color: approx Midnight Blue. HEX triplet: 17, 14 and 75. RGB value is (23,20,117). Sum of RGB (Red+Green+Blue) = 23+20+117=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #171475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171475 is #E8EB8A. Grayscale: #1F1F1F. Windows color (decimal): -15264651 or 7672855. OLE color: 7672855.

HSL color Cylindrical-coordinate representation of color #171475: hue angle of 241.86º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #171475 is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2320117-
CMYK0.800.8300.54
HSL241.86º70.8%26.86%-
HSV(B)241.86º82.91%45.88%-
XYZ3.811.9717.01-
YUV31.96175.99121.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.38%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 117 (46.09% from 255) = 73.12%
R=14.38%
G=12.5%
B=73.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23201170.800.8300.54241.8670.826.86
Hex1714755053036f2471b
Octal272416512012306636210733
Binary1011110100111010110100001010011011011011110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171475; }

 p { color: rgb(23,20,117); }

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

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

 a { background-color: rgb(23,20,117); }

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

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

 span { border-color: rgb(23,20,117); }

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