Html Css Color HEX #15224C Midnight Express

📋 copy color: '#15224C'

red 21 ◦ green 34 ◦ blue 76

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

Shades of Midnight Express #15224C

Tints of Midnight Express #15224C

RGB

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

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

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

R = 16.03%
G = 25.95%
B = 58.02%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15224C (or 0x15224C) is known color: Midnight Express. HEX triplet: 15, 22 and 4C. RGB value is (21,34,76). Sum of RGB (Red+Green+Blue) = 21+34+76=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 76 (30.08% from 255 or 58.02% from 131); Max value from RGB is 76 - color contains mainly: blue. Hex color #15224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15224C is #EADDB3. Grayscale: #222222. Windows color (decimal): -15392180 or 4989461. OLE color: 4989461.

HSL color Cylindrical-coordinate representation of color #15224C: hue angle of 225.82º 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 #15224C is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 34 76 -
CMYK 0.72 0.55 0 0.70
HSL 225.82º 0.57% 0.19% -
HSV(B) 225.82º 0.72% 0.3% -
XYZ 2.19 1.83 7.07 -
YUV 34.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 21 34 76 0.72 0.55 0 0.70 225.82 0.57 0.19
Hex 15 22 4C 48 37 0 46 E2 39 13
Octal 25 42 114 110 67 0 106 342 71 23
Binary 10101 100010 1001100 1001000 110111 0 1000110 11100010 111001 10011

Color Harmonies of #15224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15224C

Black with #15224C

Text Example


Text Example

White with #15224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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