#152238

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

Shades of Midnight Express #152238

Tints of Midnight Express #152238

Color information

#152238 (or 0x152238) is unknown color: approx Midnight Express. HEX triplet: 15, 22 and 38. RGB value is (21,34,56). Sum of RGB (Red+Green+Blue) = 21+34+56=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #152238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152238 is #EADDC7. Grayscale: #202020. Windows color (decimal): -15392200 or 3678741. OLE color: 3678741.

HSL color Cylindrical-coordinate representation of color #152238: hue angle of 217.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #152238 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB213456-
CMYK0.630.3900.78
HSL217.71º45.45%15.1%-
HSV(B)217.71º62.5%21.96%-
XYZ1.61.593.96-
YUV32.62141.19119.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=18.92%
G=30.63%
B=50.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2134560.630.3900.78217.7145.4515.1
Hex1522383F2704Eda2df
Octal254270774701163325517
Binary1010110001011100011111110011101001110110110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152238; }

 p { color: rgb(21,34,56); }

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

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

 a { background-color: rgb(21,34,56); }

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

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

 span { border-color: rgb(21,34,56); }

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