Html Css Color HEX #15214C Midnight Express

📋 copy color: '#15214C'

red 21 ◦ green 33 ◦ blue 76

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

Shades of Midnight Express #15214C

Tints of Midnight Express #15214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 58.46%

R = 16.15%
G = 25.38%
B = 58.46%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15214C (or 0x15214C) is known color: Midnight Express. HEX triplet: 15, 21 and 4C. RGB value is (21,33,76). Sum of RGB (Red+Green+Blue) = 21+33+76=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #15214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15214C is #EADEB3. Grayscale: #222222. Windows color (decimal): -15392436 or 4989205. OLE color: 4989205.

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

Color convert

RGB 21 33 76 -
CMYK 0.72 0.57 0 0.70
HSL 226.91º 0.57% 0.19% -
HSV(B) 226.91º 0.72% 0.3% -
XYZ 2.16 1.77 7.07 -
YUV 34.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 21 33 76 0.72 0.57 0 0.70 226.91 0.57 0.19
Hex 15 21 4C 48 39 0 46 E3 39 13
Octal 25 41 114 110 71 0 106 343 71 23
Binary 10101 100001 1001100 1001000 111001 0 1000110 11100011 111001 10011

Color Harmonies of #15214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15214C

Black with #15214C

Text Example


Text Example

White with #15214C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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