Html Css Color HEX #19264A Midnight Express

📋 copy color: '#19264A'

red 25 ◦ green 38 ◦ blue 74

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

Shades of Midnight Express #19264A

Tints of Midnight Express #19264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.74%

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

R = 18.25%
G = 27.74%
B = 54.01%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#19264A (or 0x19264A) is known color: Midnight Express. HEX triplet: 19, 26 and 4A. RGB value is (25,38,74). Sum of RGB (Red+Green+Blue) = 25+38+74=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #19264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19264A is #E6D9B5. Grayscale: #262626. Windows color (decimal): -15129014 or 4859417. OLE color: 4859417.

HSL color Cylindrical-coordinate representation of color #19264A: hue angle of 224.08º 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 #19264A is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 38 74 -
CMYK 0.66 0.49 0 0.71
HSL 224.08º 0.49% 0.19% -
HSV(B) 224.08º 0.66% 0.29% -
XYZ 2.33 2.09 6.76 -
YUV 38.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 25 38 74 0.66 0.49 0 0.71 224.08 0.49 0.19
Hex 19 26 4A 42 31 0 47 E0 31 13
Octal 31 46 112 102 61 0 107 340 61 23
Binary 11001 100110 1001010 1000010 110001 0 1000111 11100000 110001 10011

Color Harmonies of #19264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19264A

Black with #19264A

Text Example


Text Example

White with #19264A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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