#17214D

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

Shades of Midnight Express #17214D

Tints of Midnight Express #17214D

Color information

#17214D (or 0x17214D) is unknown color: approx Midnight Express. HEX triplet: 17, 21 and 4D. RGB value is (23,33,77). Sum of RGB (Red+Green+Blue) = 23+33+77=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #17214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17214D is #E8DEB2. Grayscale: #222222. Windows color (decimal): -15261363 or 5054743. OLE color: 5054743.

HSL color Cylindrical-coordinate representation of color #17214D: hue angle of 228.89º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17214D is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB233377-
CMYK0.700.5700.70
HSL228.89º54%19.61%-
HSV(B)228.89º70.13%30.2%-
XYZ2.241.817.25-
YUV35.03151.69119.42-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.29%
GREEN value IS 33 (13.28% from 255) = 24.81%
BLUE value IS 77 (30.47% from 255) = 57.89%
R=17.29%
G=24.81%
B=57.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2333770.700.5700.70228.895419.61
Hex17214D4639046e53614
Octal27411151067101063456624
Binary1011110000110011011000110111001010001101110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,33,77); }

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

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

 a { background-color: rgb(23,33,77); }

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

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

 span { border-color: rgb(23,33,77); }

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