#17145B

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

Shades of Midnight Blue #17145B

Tints of Midnight Blue #17145B

Color information

#17145B (or 0x17145B) is unknown color: approx Midnight Blue. HEX triplet: 17, 14 and 5B. RGB value is (23,20,91). Sum of RGB (Red+Green+Blue) = 23+20+91=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #17145B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17145B is #E8EBA4. Grayscale: #1C1C1C. Windows color (decimal): -15264677 or 5968919. OLE color: 5968919.

HSL color Cylindrical-coordinate representation of color #17145B: hue angle of 242.54º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17145B is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB232091-
CMYK0.750.7800.64
HSL242.54º63.96%21.76%-
HSV(B)242.54º78.02%35.69%-
XYZ2.491.4410.04-
YUV28.99162.99123.73-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.16%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 91 (35.94% from 255) = 67.91%
R=17.16%
G=14.93%
B=67.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2320910.750.7800.64242.5463.9621.76
Hex17145B4B4E040f34016
Octal2724133113116010036310026
Binary10111101001011011100101110011100100000011110011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17145B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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