#17085A

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

Shades of Midnight Blue #17085A

Tints of Midnight Blue #17085A

Color information

#17085A (or 0x17085A) is unknown color: approx Midnight Blue. HEX triplet: 17, 08 and 5A. RGB value is (23,8,90). Sum of RGB (Red+Green+Blue) = 23+8+90=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 90 (35.55% from 255 or 74.38% from 121); Max value from RGB is 90 - color contains mainly: blue. Hex color #17085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17085A is #E8F7A5. Grayscale: #151515. Windows color (decimal): -15267750 or 5900311. OLE color: 5900311.

HSL color Cylindrical-coordinate representation of color #17085A: hue angle of 250.98º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17085A is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB23890-
CMYK0.740.9100.65
HSL250.98º83.67%19.22%-
HSV(B)250.98º91.11%35.29%-
XYZ2.291.099.76-
YUV21.83166.47128.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.01%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 90 (35.55% from 255) = 74.38%
R=19.01%
G=6.61%
B=74.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal238900.740.9100.65250.9883.6719.22
Hex1785A4A5B041fb5413
Octal2710132112133010137312423
Binary1011110001011010100101010110110100000111111011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17085A; }

 p { color: rgb(23,8,90); }

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

<style>
 a { background-color: #17085A; }

 a { background-color: rgb(23,8,90); }

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

<style>
 span { border-color: #17085A; }

 span { border-color: rgb(23,8,90); }

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