#152348

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

Shades of Midnight Express #152348

Tints of Midnight Express #152348

Color information

#152348 (or 0x152348) is unknown color: approx Midnight Express. HEX triplet: 15, 23 and 48. RGB value is (21,35,72). Sum of RGB (Red+Green+Blue) = 21+35+72=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #152348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152348 is #EADCB7. Grayscale: #222222. Windows color (decimal): -15391928 or 4727573. OLE color: 4727573.

HSL color Cylindrical-coordinate representation of color #152348: hue angle of 223.53º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #152348 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB213572-
CMYK0.710.5100.72
HSL223.53º54.84%18.24%-
HSV(B)223.53º70.83%28.24%-
XYZ2.081.836.37-
YUV35.03148.86117.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 35 (14.06% from 255) = 27.34%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=16.41%
G=27.34%
B=56.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2135720.710.5100.72223.5354.8418.24
Hex1523484733048e03712
Octal25431101076301103406722
Binary1010110001110010001000111110011010010001110000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152348; }

 p { color: rgb(21,35,72); }

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

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

 a { background-color: rgb(21,35,72); }

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

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

 span { border-color: rgb(21,35,72); }

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