#17055B

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

Shades of Midnight Blue #17055B

Tints of Midnight Blue #17055B

Color information

#17055B (or 0x17055B) is unknown color: approx Midnight Blue. HEX triplet: 17, 05 and 5B. RGB value is (23,5,91). Sum of RGB (Red+Green+Blue) = 23+5+91=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #17055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17055B is #E8FAA4. Grayscale: #131313. Windows color (decimal): -15268517 or 5965079. OLE color: 5965079.

HSL color Cylindrical-coordinate representation of color #17055B: hue angle of 252.56º 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 #17055B is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB23591-
CMYK0.750.9500.64
HSL252.56º89.58%18.82%-
HSV(B)252.56º94.51%35.69%-
XYZ2.31.059.98-
YUV20.19167.96130.01-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.33%
GREEN value IS 5 (2.34% from 255) = 4.20%
BLUE value IS 91 (35.94% from 255) = 76.47%
R=19.33%
G=4.20%
B=76.47%

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
Decimal235910.750.9500.64252.5689.5818.82
Hex1755B4B5F040fd5a13
Octal275133113137010037513223
Binary101111011011011100101110111110100000011111101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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