Html Css Color HEX #152148 Midnight Express

📋 copy color: '#152148'

red 21 ◦ green 33 ◦ blue 72

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

Shades of Midnight Express #152148

Tints of Midnight Express #152148

RGB

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

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

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

R = 16.67%
G = 26.19%
B = 57.14%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#152148 (or 0x152148) is known color: Midnight Express. HEX triplet: 15, 21 and 48. RGB value is (21,33,72). Sum of RGB (Red+Green+Blue) = 21+33+72=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #152148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152148 is #EADEB7. Grayscale: #212121. Windows color (decimal): -15392440 or 4727061. OLE color: 4727061.

HSL color Cylindrical-coordinate representation of color #152148: hue angle of 225.88º 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 #152148 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 33 72 -
CMYK 0.71 0.54 0 0.72
HSL 225.88º 0.55% 0.18% -
HSV(B) 225.88º 0.71% 0.28% -
XYZ 2.02 1.72 6.36 -
YUV 33.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 21 33 72 0.71 0.54 0 0.72 225.88 0.55 0.18
Hex 15 21 48 47 36 0 48 E2 37 12
Octal 25 41 110 107 66 0 110 342 67 22
Binary 10101 100001 1001000 1000111 110110 0 1001000 11100010 110111 10010

Color Harmonies of #152148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152148

Black with #152148

Text Example


Text Example

White with #152148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152148; }

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

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

background-color css

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

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

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

border-color css

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

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

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