#152035

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

Shades of Midnight Express #152035

Tints of Midnight Express #152035

Color information

#152035 (or 0x152035) is unknown color: approx Midnight Express. HEX triplet: 15, 20 and 35. RGB value is (21,32,53). Sum of RGB (Red+Green+Blue) = 21+32+53=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #152035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152035 is #EADFCA. Grayscale: #1F1F1F. Windows color (decimal): -15392715 or 3481621. OLE color: 3481621.

HSL color Cylindrical-coordinate representation of color #152035: hue angle of 219.38º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152035 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB213253-
CMYK0.600.4000.79
HSL219.38º43.24%14.51%-
HSV(B)219.38º60.38%20.78%-
XYZ1.471.453.57-
YUV31.1140.36120.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.81%
GREEN value IS 32 (12.89% from 255) = 30.19%
BLUE value IS 53 (21.09% from 255) = 50%
R=19.81%
G=30.19%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2132530.600.4000.79219.3843.2414.51
Hex1520353C2804Fdb2bf
Octal254065745001173335317
Binary1010110000011010111110010100001001111110110111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152035; }

 p { color: rgb(21,32,53); }

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

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

 a { background-color: rgb(21,32,53); }

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

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

 span { border-color: rgb(21,32,53); }

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