Html Css Color HEX #15224A Midnight Express

📋 copy color: '#15224A'

red 21 ◦ green 34 ◦ blue 74

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

Shades of Midnight Express #15224A

Tints of Midnight Express #15224A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.36%

 BLUE value IS 74 (29.3% from 255) = 57.36%

R = 16.28%
G = 26.36%
B = 57.36%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15224A (or 0x15224A) is known color: Midnight Express. HEX triplet: 15, 22 and 4A. RGB value is (21,34,74). Sum of RGB (Red+Green+Blue) = 21+34+74=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #15224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15224A is #EADDB5. Grayscale: #222222. Windows color (decimal): -15392182 or 4858389. OLE color: 4858389.

HSL color Cylindrical-coordinate representation of color #15224A: hue angle of 225.28º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15224A is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 34 74 -
CMYK 0.72 0.54 0 0.71
HSL 225.28º 0.56% 0.19% -
HSV(B) 225.28º 0.72% 0.29% -
XYZ 2.12 1.8 6.71 -
YUV 34.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 21 34 74 0.72 0.54 0 0.71 225.28 0.56 0.19
Hex 15 22 4A 48 36 0 47 E1 38 13
Octal 25 42 112 110 66 0 107 341 70 23
Binary 10101 100010 1001010 1001000 110110 0 1000111 11100001 111000 10011

Color Harmonies of #15224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15224A

Black with #15224A

Text Example


Text Example

White with #15224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15224A; }

 p { color: rgb(21,34,74); }

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

background-color css

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

 a { background-color: rgb(21,34,74); }

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

border-color css

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

 span { border-color: rgb(21,34,74); }

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