Html Css Color HEX #152147 Midnight Express

📋 copy color: '#152147'

red 21 ◦ green 33 ◦ blue 71

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

Shades of Midnight Express #152147

Tints of Midnight Express #152147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.4%

 BLUE value IS 71 (28.13% from 255) = 56.8%

R = 16.8%
G = 26.4%
B = 56.8%

CMYK

 C value IS 0.70

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#152147 (or 0x152147) is known color: Midnight Express. HEX triplet: 15, 21 and 47. RGB value is (21,33,71). Sum of RGB (Red+Green+Blue) = 21+33+71=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #152147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152147 is #EADEB8. Grayscale: #212121. Windows color (decimal): -15392441 or 4661525. OLE color: 4661525.

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

Color convert

RGB 21 33 71 -
CMYK 0.70 0.54 0 0.72
HSL 225.6º 0.54% 0.18% -
HSV(B) 225.6º 0.7% 0.28% -
XYZ 1.99 1.7 6.18 -
YUV 33.74 149.02 118.91 -
System Red Green Blue C M Y K H S L
Decimal 21 33 71 0.70 0.54 0 0.72 225.6 0.54 0.18
Hex 15 21 47 46 36 0 48 E2 36 12
Octal 25 41 107 106 66 0 110 342 66 22
Binary 10101 100001 1000111 1000110 110110 0 1001000 11100010 110110 10010

Color Harmonies of #152147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152147

Black with #152147

Text Example


Text Example

White with #152147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152147; }

 p { color: rgb(21,33,71); }

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

background-color css

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

 a { background-color: rgb(21,33,71); }

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

border-color css

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

 span { border-color: rgb(21,33,71); }

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