Html Css Color HEX #152040 Midnight Express

📋 copy color: '#152040'

red 21 ◦ green 32 ◦ blue 64

#152040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #152040

Tints of Midnight Express #152040

RGB

 RED value IS 21 (8.59% from 255) = 17.95%

 GREEN value IS 32 (12.89% from 255) = 27.35%

 BLUE value IS 64 (25.39% from 255) = 54.7%

R = 17.95%
G = 27.35%
B = 54.7%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152040 (or 0x152040) is known color: Midnight Express. HEX triplet: 15, 20 and 40. RGB value is (21,32,64). Sum of RGB (Red+Green+Blue) = 21+32+64=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #152040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152040 is #EADFBF. Grayscale: #202020. Windows color (decimal): -15392704 or 4202517. OLE color: 4202517.

HSL color Cylindrical-coordinate representation of color #152040: hue angle of 224.65º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #152040 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 32 64 -
CMYK 0.67 0.50 0 0.75
HSL 224.65º 0.51% 0.17% -
HSV(B) 224.65º 0.67% 0.25% -
XYZ 1.75 1.56 5.06 -
YUV 32.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 21 32 64 0.67 0.50 0 0.75 224.65 0.51 0.17
Hex 15 20 40 43 32 0 4B E1 33 11
Octal 25 40 100 103 62 0 113 341 63 21
Binary 10101 100000 1000000 1000011 110010 0 1001011 11100001 110011 10001

Color Harmonies of #152040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152040

Black with #152040

Text Example


Text Example

White with #152040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152040; }

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

 H1.HeaderClassName
 {
   color: #152040;
 }
 .AnyTagClassName
 {
   color: #152040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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