Html Css Color HEX #19213D Midnight Express

📋 copy color: '#19213D'

red 25 ◦ green 33 ◦ blue 61

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

Shades of Midnight Express #19213D

Tints of Midnight Express #19213D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

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

R = 21.01%
G = 27.73%
B = 51.26%

CMYK

 C value IS 0.59

 M value IS 0.46

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19213D (or 0x19213D) is known color: Midnight Express. HEX triplet: 19, 21 and 3D. RGB value is (25,33,61). Sum of RGB (Red+Green+Blue) = 25+33+61=119 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.01% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #19213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19213D is #E6DEC2. Grayscale: #212121. Windows color (decimal): -15130307 or 4006169. OLE color: 4006169.

HSL color Cylindrical-coordinate representation of color #19213D: hue angle of 226.67º 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 #19213D is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 25 33 61 -
CMYK 0.59 0.46 0 0.76
HSL 226.67º 0.42% 0.17% -
HSV(B) 226.67º 0.59% 0.24% -
XYZ 1.79 1.63 4.64 -
YUV 33.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 25 33 61 0.59 0.46 0 0.76 226.67 0.42 0.17
Hex 19 21 3D 3B 2E 0 4C E3 2A 11
Octal 31 41 75 73 56 0 114 343 52 21
Binary 11001 100001 111101 111011 101110 0 1001100 11100011 101010 10001

Color Harmonies of #19213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19213D

Black with #19213D

Text Example


Text Example

White with #19213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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