#17214B

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

Shades of Midnight Express #17214B

Tints of Midnight Express #17214B

Color information

#17214B (or 0x17214B) is unknown color: approx Midnight Express. HEX triplet: 17, 21 and 4B. RGB value is (23,33,75). Sum of RGB (Red+Green+Blue) = 23+33+75=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #17214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17214B is #E8DEB4. Grayscale: #222222. Windows color (decimal): -15261365 or 4923671. OLE color: 4923671.

HSL color Cylindrical-coordinate representation of color #17214B: hue angle of 228.46º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #17214B is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB233375-
CMYK0.690.5600.71
HSL228.46º53.06%19.22%-
HSV(B)228.46º69.33%29.41%-
XYZ2.171.786.89-
YUV34.8150.69119.58-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.56%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 75 (29.69% from 255) = 57.25%
R=17.56%
G=25.19%
B=57.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2333750.690.5600.71228.4653.0619.22
Hex17214B4538047e43513
Octal27411131057001073446523
Binary1011110000110010111000101111000010001111110010011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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