#17045F

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

Shades of Midnight Blue #17045F

Tints of Midnight Blue #17045F

Color information

#17045F (or 0x17045F) is unknown color: approx Midnight Blue. HEX triplet: 17, 04 and 5F. RGB value is (23,4,95). Sum of RGB (Red+Green+Blue) = 23+4+95=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 95 (37.5% from 255 or 77.87% from 122); Max value from RGB is 95 - color contains mainly: blue. Hex color #17045F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17045F is #E8FBA0. Grayscale: #131313. Windows color (decimal): -15268769 or 6226967. OLE color: 6226967.

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

Color convert

RGB23495-
CMYK0.760.9600.63
HSL252.53º91.92%19.41%-
HSV(B)252.53º95.79%37.25%-
XYZ2.461.110.91-
YUV20.06170.29130.1-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.85%
GREEN value IS 4 (1.95% from 255) = 3.28%
BLUE value IS 95 (37.5% from 255) = 77.87%
R=18.85%
G=3.28%
B=77.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal234950.760.9600.63252.5391.9219.41
Hex1745F4C6003Ffd5c13
Octal27413711414007737513423
Binary10111100101111110011001100000011111111111101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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