#17055D

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

Shades of Midnight Blue #17055D

Tints of Midnight Blue #17055D

Color information

#17055D (or 0x17055D) is unknown color: approx Midnight Blue. HEX triplet: 17, 05 and 5D. RGB value is (23,5,93). Sum of RGB (Red+Green+Blue) = 23+5+93=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 93 (36.72% from 255 or 76.86% from 121); Max value from RGB is 93 - color contains mainly: blue. Hex color #17055D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17055D is #E8FAA2. Grayscale: #141414. Windows color (decimal): -15268515 or 6096151. OLE color: 6096151.

HSL color Cylindrical-coordinate representation of color #17055D: hue angle of 252.27º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #17055D is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB23593-
CMYK0.750.9500.64
HSL252.27º89.8%19.22%-
HSV(B)252.27º94.62%36.47%-
XYZ2.381.0810.44-
YUV20.41168.96129.84-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.01%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 93 (36.72% from 255) = 76.86%
R=19.01%
G=4.13%
B=76.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal235930.750.9500.64252.2789.819.22
Hex1755D4B5F040fc5a13
Octal275135113137010037413223
Binary101111011011101100101110111110100000011111100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17055D; }

 p { color: rgb(23,5,93); }

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

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

 a { background-color: rgb(23,5,93); }

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

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

 span { border-color: rgb(23,5,93); }

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