Html Css Color HEX #15214D Midnight Express

📋 copy color: '#15214D'

red 21 ◦ green 33 ◦ blue 77

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

Shades of Midnight Express #15214D

Tints of Midnight Express #15214D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 58.78%

R = 16.03%
G = 25.19%
B = 58.78%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15214D (or 0x15214D) is known color: Midnight Express. HEX triplet: 15, 21 and 4D. RGB value is (21,33,77). Sum of RGB (Red+Green+Blue) = 21+33+77=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #15214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15214D is #EADEB2. Grayscale: #222222. Windows color (decimal): -15392435 or 5054741. OLE color: 5054741.

HSL color Cylindrical-coordinate representation of color #15214D: hue angle of 227.14º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15214D is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 33 77 -
CMYK 0.73 0.57 0 0.70
HSL 227.14º 0.57% 0.19% -
HSV(B) 227.14º 0.73% 0.3% -
XYZ 2.19 1.78 7.25 -
YUV 34.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 21 33 77 0.73 0.57 0 0.70 227.14 0.57 0.19
Hex 15 21 4D 49 39 0 46 E3 39 13
Octal 25 41 115 111 71 0 106 343 71 23
Binary 10101 100001 1001101 1001001 111001 0 1000110 11100011 111001 10011

Color Harmonies of #15214D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15214D

Black with #15214D

Text Example


Text Example

White with #15214D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15214D; }

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

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

background-color css

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

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

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

border-color css

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

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

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