Html Css Color HEX #152048 Midnight Express

📋 copy color: '#152048'

red 21 ◦ green 32 ◦ blue 72

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

Shades of Midnight Express #152048

Tints of Midnight Express #152048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 57.6%

R = 16.8%
G = 25.6%
B = 57.6%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#152048 (or 0x152048) is known color: Midnight Express. HEX triplet: 15, 20 and 48. RGB value is (21,32,72). Sum of RGB (Red+Green+Blue) = 21+32+72=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #152048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152048 is #EADFB7. Grayscale: #212121. Windows color (decimal): -15392696 or 4726805. OLE color: 4726805.

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

Color convert

RGB 21 32 72 -
CMYK 0.71 0.56 0 0.72
HSL 227.06º 0.55% 0.18% -
HSV(B) 227.06º 0.71% 0.28% -
XYZ 2 1.66 6.35 -
YUV 33.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 21 32 72 0.71 0.56 0 0.72 227.06 0.55 0.18
Hex 15 20 48 47 38 0 48 E3 37 12
Octal 25 40 110 107 70 0 110 343 67 22
Binary 10101 100000 1001000 1000111 111000 0 1001000 11100011 110111 10010

Color Harmonies of #152048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152048

Black with #152048

Text Example


Text Example

White with #152048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152048; }

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

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

background-color css

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

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

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

border-color css

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

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

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