#17125B

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

Shades of Midnight Blue #17125B

Tints of Midnight Blue #17125B

Color information

#17125B (or 0x17125B) is unknown color: approx Midnight Blue. HEX triplet: 17, 12 and 5B. RGB value is (23,18,91). Sum of RGB (Red+Green+Blue) = 23+18+91=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #17125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17125B is #E8EDA4. Grayscale: #1B1B1B. Windows color (decimal): -15265189 or 5968407. OLE color: 5968407.

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

Color convert

RGB231891-
CMYK0.750.8000.64
HSL244.11º66.97%21.37%-
HSV(B)244.11º80.22%35.69%-
XYZ2.461.3710.03-
YUV27.82163.66124.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.42%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 91 (35.94% from 255) = 68.94%
R=17.42%
G=13.64%
B=68.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2318910.750.8000.64244.1166.9721.37
Hex17125B4B50040f44315
Octal2722133113120010036410325
Binary10111100101011011100101110100000100000011110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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