Html Css Color HEX #19263D Midnight Express

📋 copy color: '#19263D'

red 25 ◦ green 38 ◦ blue 61

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

Shades of Midnight Express #19263D

Tints of Midnight Express #19263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 49.19%

R = 20.16%
G = 30.65%
B = 49.19%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19263D (or 0x19263D) is known color: Midnight Express. HEX triplet: 19, 26 and 3D. RGB value is (25,38,61). Sum of RGB (Red+Green+Blue) = 25+38+61=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #19263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19263D is #E6D9C2. Grayscale: #242424. Windows color (decimal): -15129027 or 4007449. OLE color: 4007449.

HSL color Cylindrical-coordinate representation of color #19263D: hue angle of 218.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19263D is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 38 61 -
CMYK 0.59 0.38 0 0.76
HSL 218.33º 0.42% 0.17% -
HSV(B) 218.33º 0.59% 0.24% -
XYZ 1.94 1.93 4.69 -
YUV 36.74 141.69 119.63 -
System Red Green Blue C M Y K H S L
Decimal 25 38 61 0.59 0.38 0 0.76 218.33 0.42 0.17
Hex 19 26 3D 3B 26 0 4C DA 2A 11
Octal 31 46 75 73 46 0 114 332 52 21
Binary 11001 100110 111101 111011 100110 0 1001100 11011010 101010 10001

Color Harmonies of #19263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19263D

Black with #19263D

Text Example


Text Example

White with #19263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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