Html Css Color HEX #19263E Midnight Express

📋 copy color: '#19263E'

red 25 ◦ green 38 ◦ blue 62

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

Shades of Midnight Express #19263E

Tints of Midnight Express #19263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 49.6%

R = 20%
G = 30.4%
B = 49.6%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19263E (or 0x19263E) is known color: Midnight Express. HEX triplet: 19, 26 and 3E. RGB value is (25,38,62). Sum of RGB (Red+Green+Blue) = 25+38+62=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #19263E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19263E is #E6D9C1. Grayscale: #242424. Windows color (decimal): -15129026 or 4072985. OLE color: 4072985.

HSL color Cylindrical-coordinate representation of color #19263E: hue angle of 218.92º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19263E is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 38 62 -
CMYK 0.60 0.39 0 0.76
HSL 218.92º 0.43% 0.17% -
HSV(B) 218.92º 0.6% 0.24% -
XYZ 1.96 1.94 4.83 -
YUV 36.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 25 38 62 0.60 0.39 0 0.76 218.92 0.43 0.17
Hex 19 26 3E 3C 27 0 4C DB 2B 11
Octal 31 46 76 74 47 0 114 333 53 21
Binary 11001 100110 111110 111100 100111 0 1001100 11011011 101011 10001

Color Harmonies of #19263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19263E

Black with #19263E

Text Example


Text Example

White with #19263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19263E; }

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

 H1.HeaderClassName
 {
   color: #19263E;
 }
 .AnyTagClassName
 {
   color: #19263E;
 }
</style>

background-color css

<style>
 a { background-color: #19263E; }

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

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

border-color css

<style>
 span { border-color: #19263E; }

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

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