Html Css Color HEX #151A32 Midnight Express

📋 copy color: '#151A32'

red 21 ◦ green 26 ◦ blue 50

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

Shades of Midnight Express #151A32

Tints of Midnight Express #151A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 26.8%

 BLUE value IS 50 (19.92% from 255) = 51.55%

R = 21.65%
G = 26.8%
B = 51.55%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#151A32 (or 0x151A32) is known color: Midnight Express. HEX triplet: 15, 1A and 32. RGB value is (21,26,50). Sum of RGB (Red+Green+Blue) = 21+26+50=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #151A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A32 is #EAE5CD. Grayscale: #1B1B1B. Windows color (decimal): -15394254 or 3283477. OLE color: 3283477.

HSL color Cylindrical-coordinate representation of color #151A32: hue angle of 229.66º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #151A32 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 26 50 -
CMYK 0.58 0.48 0 0.80
HSL 229.66º 0.41% 0.14% -
HSV(B) 229.66º 0.58% 0.2% -
XYZ 1.25 1.13 3.17 -
YUV 27.24 140.84 123.55 -
System Red Green Blue C M Y K H S L
Decimal 21 26 50 0.58 0.48 0 0.80 229.66 0.41 0.14
Hex 15 1A 32 3A 30 0 50 E6 29 E
Octal 25 32 62 72 60 0 120 346 51 16
Binary 10101 11010 110010 111010 110000 0 1010000 11100110 101001 1110

Color Harmonies of #151A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151A32

Black with #151A32

Text Example


Text Example

White with #151A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151A32; }

 p { color: rgb(21,26,50); }

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

background-color css

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

 a { background-color: rgb(21,26,50); }

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

border-color css

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

 span { border-color: rgb(21,26,50); }

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