Html Css Color HEX #19224C Midnight Express

📋 copy color: '#19224C'

red 25 ◦ green 34 ◦ blue 76

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

Shades of Midnight Express #19224C

Tints of Midnight Express #19224C

RGB

 RED value IS 25 (10.16% from 255) = 18.52%

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

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

R = 18.52%
G = 25.19%
B = 56.3%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19224C (or 0x19224C) is known color: Midnight Express. HEX triplet: 19, 22 and 4C. RGB value is (25,34,76). Sum of RGB (Red+Green+Blue) = 25+34+76=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #19224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19224C is #E6DDB3. Grayscale: #232323. Windows color (decimal): -15130036 or 4989465. OLE color: 4989465.

HSL color Cylindrical-coordinate representation of color #19224C: hue angle of 229.41º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19224C is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 34 76 -
CMYK 0.67 0.55 0 0.70
HSL 229.41º 0.5% 0.2% -
HSV(B) 229.41º 0.67% 0.3% -
XYZ 2.28 1.87 7.08 -
YUV 36.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 25 34 76 0.67 0.55 0 0.70 229.41 0.5 0.2
Hex 19 22 4C 43 37 0 46 E5 32 14
Octal 31 42 114 103 67 0 106 345 62 24
Binary 11001 100010 1001100 1000011 110111 0 1000110 11100101 110010 10100

Color Harmonies of #19224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19224C

Black with #19224C

Text Example


Text Example

White with #19224C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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