Html Css Color HEX #152133 Midnight Express

📋 copy color: '#152133'

red 21 ◦ green 33 ◦ blue 51

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

Shades of Midnight Express #152133

Tints of Midnight Express #152133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 48.57%

R = 20%
G = 31.43%
B = 48.57%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#152133 (or 0x152133) is known color: Midnight Express. HEX triplet: 15, 21 and 33. RGB value is (21,33,51). Sum of RGB (Red+Green+Blue) = 21+33+51=105 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #152133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152133 is #EADECC. Grayscale: #1F1F1F. Windows color (decimal): -15392461 or 3350805. OLE color: 3350805.

HSL color Cylindrical-coordinate representation of color #152133: hue angle of 216º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #152133 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 21 33 51 -
CMYK 0.59 0.35 0 0.8
HSL 216º 0.42% 0.14% -
HSV(B) 216º 0.59% 0.2% -
XYZ 1.45 1.49 3.34 -
YUV 31.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 21 33 51 0.59 0.35 0 0.8 216 0.42 0.14
Hex 15 21 33 3B 23 0 50 D8 2A E
Octal 25 41 63 73 43 0 120 330 52 16
Binary 10101 100001 110011 111011 100011 0 1010000 11011000 101010 1110

Color Harmonies of #152133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152133

Black with #152133

Text Example


Text Example

White with #152133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152133; }

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

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

background-color css

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

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

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

border-color css

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

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

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