Html Css Color HEX #15214E Midnight Express

📋 copy color: '#15214E'

red 21 ◦ green 33 ◦ blue 78

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

Shades of Midnight Express #15214E

Tints of Midnight Express #15214E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 59.09%

R = 15.91%
G = 25%
B = 59.09%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15214E (or 0x15214E) is known color: Midnight Express. HEX triplet: 15, 21 and 4E. RGB value is (21,33,78). Sum of RGB (Red+Green+Blue) = 21+33+78=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #15214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15214E is #EADEB1. Grayscale: #222222. Windows color (decimal): -15392434 or 5120277. OLE color: 5120277.

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

Color convert

RGB 21 33 78 -
CMYK 0.73 0.58 0 0.69
HSL 227.37º 0.58% 0.19% -
HSV(B) 227.37º 0.73% 0.31% -
XYZ 2.23 1.8 7.44 -
YUV 34.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 21 33 78 0.73 0.58 0 0.69 227.37 0.58 0.19
Hex 15 21 4E 49 3A 0 45 E3 3A 13
Octal 25 41 116 111 72 0 105 343 72 23
Binary 10101 100001 1001110 1001001 111010 0 1000101 11100011 111010 10011

Color Harmonies of #15214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15214E

Black with #15214E

Text Example


Text Example

White with #15214E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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