#15214B

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

Shades of Midnight Express #15214B

Tints of Midnight Express #15214B

Color information

#15214B (or 0x15214B) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 4B. RGB value is (21,33,75). Sum of RGB (Red+Green+Blue) = 21+33+75=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #15214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15214B is #EADEB4. Grayscale: #222222. Windows color (decimal): -15392437 or 4923669. OLE color: 4923669.

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

Color convert

RGB213375-
CMYK0.720.5600.71
HSL226.67º56.25%18.82%-
HSV(B)226.67º72%29.41%-
XYZ2.121.766.88-
YUV34.2151.02118.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 75 (29.69% from 255) = 58.14%
R=16.28%
G=25.58%
B=58.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2133750.720.5600.71226.6756.2518.82
Hex15214B4838047e33813
Octal25411131107001073437023
Binary1010110000110010111001000111000010001111110001111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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