Html Css Color HEX #152041 Midnight Express

📋 copy color: '#152041'

red 21 ◦ green 32 ◦ blue 65

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

Shades of Midnight Express #152041

Tints of Midnight Express #152041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 55.08%

R = 17.8%
G = 27.12%
B = 55.08%

CMYK

 C value IS 0.68

 M value IS 0.51

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#152041 (or 0x152041) is known color: Midnight Express. HEX triplet: 15, 20 and 41. RGB value is (21,32,65). Sum of RGB (Red+Green+Blue) = 21+32+65=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #152041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152041 is #EADFBE. Grayscale: #202020. Windows color (decimal): -15392703 or 4268053. OLE color: 4268053.

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

Color convert

RGB 21 32 65 -
CMYK 0.68 0.51 0 0.75
HSL 225º 0.51% 0.17% -
HSV(B) 225º 0.68% 0.25% -
XYZ 1.78 1.57 5.21 -
YUV 32.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 21 32 65 0.68 0.51 0 0.75 225 0.51 0.17
Hex 15 20 41 44 33 0 4B E1 33 11
Octal 25 40 101 104 63 0 113 341 63 21
Binary 10101 100000 1000001 1000100 110011 0 1001011 11100001 110011 10001

Color Harmonies of #152041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152041

Black with #152041

Text Example


Text Example

White with #152041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152041; }

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

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

background-color css

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

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

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

border-color css

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

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

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