Html Css Color HEX #19284A Midnight Express

📋 copy color: '#19284A'

red 25 ◦ green 40 ◦ blue 74

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

Shades of Midnight Express #19284A

Tints of Midnight Express #19284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.78%

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

R = 17.99%
G = 28.78%
B = 53.24%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#19284A (or 0x19284A) is known color: Midnight Express. HEX triplet: 19, 28 and 4A. RGB value is (25,40,74). Sum of RGB (Red+Green+Blue) = 25+40+74=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #19284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19284A is #E6D7B5. Grayscale: #272727. Windows color (decimal): -15128502 or 4859929. OLE color: 4859929.

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

Color convert

RGB 25 40 74 -
CMYK 0.66 0.46 0 0.71
HSL 221.63º 0.49% 0.19% -
HSV(B) 221.63º 0.66% 0.29% -
XYZ 2.4 2.22 6.78 -
YUV 39.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 25 40 74 0.66 0.46 0 0.71 221.63 0.49 0.19
Hex 19 28 4A 42 2E 0 47 DE 31 13
Octal 31 50 112 102 56 0 107 336 61 23
Binary 11001 101000 1001010 1000010 101110 0 1000111 11011110 110001 10011

Color Harmonies of #19284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19284A

Black with #19284A

Text Example


Text Example

White with #19284A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,40,74); }

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

background-color css

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

 a { background-color: rgb(25,40,74); }

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

border-color css

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

 span { border-color: rgb(25,40,74); }

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