#17045D

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

Shades of Midnight Blue #17045D

Tints of Midnight Blue #17045D

Color information

#17045D (or 0x17045D) is unknown color: approx Midnight Blue. HEX triplet: 17, 04 and 5D. RGB value is (23,4,93). Sum of RGB (Red+Green+Blue) = 23+4+93=120 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.17% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #17045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17045D is #E8FBA2. Grayscale: #131313. Windows color (decimal): -15268771 or 6095895. OLE color: 6095895.

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

Color convert

RGB23493-
CMYK0.750.9600.64
HSL252.81º91.75%19.02%-
HSV(B)252.81º95.7%36.47%-
XYZ2.371.0610.44-
YUV19.83169.29130.26-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.17%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 93 (36.72% from 255) = 77.5%
R=19.17%
G=3.33%
B=77.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal234930.750.9600.64252.8191.7519.02
Hex1745D4B60040fd5c13
Octal274135113140010037513423
Binary101111001011101100101111000000100000011111101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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