#152043

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

Shades of Midnight Express #152043

Tints of Midnight Express #152043

Color information

#152043 (or 0x152043) is unknown color: approx Midnight Express. HEX triplet: 15, 20 and 43. RGB value is (21,32,67). Sum of RGB (Red+Green+Blue) = 21+32+67=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #152043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152043 is #EADFBC. Grayscale: #202020. Windows color (decimal): -15392701 or 4399125. OLE color: 4399125.

HSL color Cylindrical-coordinate representation of color #152043: hue angle of 225.65º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #152043 is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB213267-
CMYK0.690.5200.74
HSL225.65º52.27%17.25%-
HSV(B)225.65º68.66%26.27%-
XYZ1.841.65.52-
YUV32.7147.36119.65-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 67 (26.56% from 255) = 55.83%
R=17.5%
G=26.67%
B=55.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2132670.690.5200.74225.6552.2717.25
Hex152043453404Ae23411
Octal25401031056401123426421
Binary1010110000010000111000101110100010010101110001011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152043; }

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

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

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

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

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

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

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

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