Html Css Color HEX #152049 Midnight Express

📋 copy color: '#152049'

red 21 ◦ green 32 ◦ blue 73

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

Shades of Midnight Express #152049

Tints of Midnight Express #152049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 57.94%

R = 16.67%
G = 25.4%
B = 57.94%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#152049 (or 0x152049) is known color: Midnight Express. HEX triplet: 15, 20 and 49. RGB value is (21,32,73). Sum of RGB (Red+Green+Blue) = 21+32+73=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #152049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152049 is #EADFB6. Grayscale: #212121. Windows color (decimal): -15392695 or 4792341. OLE color: 4792341.

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

Color convert

RGB 21 32 73 -
CMYK 0.71 0.56 0 0.71
HSL 227.31º 0.55% 0.18% -
HSV(B) 227.31º 0.71% 0.29% -
XYZ 2.03 1.67 6.52 -
YUV 33.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 21 32 73 0.71 0.56 0 0.71 227.31 0.55 0.18
Hex 15 20 49 47 38 0 47 E3 37 12
Octal 25 40 111 107 70 0 107 343 67 22
Binary 10101 100000 1001001 1000111 111000 0 1000111 11100011 110111 10010

Color Harmonies of #152049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152049

Black with #152049

Text Example


Text Example

White with #152049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152049; }

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

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

background-color css

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

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

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

border-color css

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

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

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