Html Css Color HEX #19213E Midnight Express

📋 copy color: '#19213E'

red 25 ◦ green 33 ◦ blue 62

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

Shades of Midnight Express #19213E

Tints of Midnight Express #19213E

RGB

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

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

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

R = 20.83%
G = 27.5%
B = 51.67%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19213E (or 0x19213E) is known color: Midnight Express. HEX triplet: 19, 21 and 3E. RGB value is (25,33,62). Sum of RGB (Red+Green+Blue) = 25+33+62=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #19213E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19213E is #E6DEC1. Grayscale: #212121. Windows color (decimal): -15130306 or 4071705. OLE color: 4071705.

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

Color convert

RGB 25 33 62 -
CMYK 0.60 0.47 0 0.76
HSL 227.03º 0.43% 0.17% -
HSV(B) 227.03º 0.6% 0.24% -
XYZ 1.81 1.64 4.78 -
YUV 33.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 25 33 62 0.60 0.47 0 0.76 227.03 0.43 0.17
Hex 19 21 3E 3C 2F 0 4C E3 2B 11
Octal 31 41 76 74 57 0 114 343 53 21
Binary 11001 100001 111110 111100 101111 0 1001100 11100011 101011 10001

Color Harmonies of #19213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19213E

Black with #19213E

Text Example


Text Example

White with #19213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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