Html Css Color HEX #19223D Midnight Express

📋 copy color: '#19223D'

red 25 ◦ green 34 ◦ blue 61

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

Shades of Midnight Express #19223D

Tints of Midnight Express #19223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.33%

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

R = 20.83%
G = 28.33%
B = 50.83%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19223D (or 0x19223D) is known color: Midnight Express. HEX triplet: 19, 22 and 3D. RGB value is (25,34,61). Sum of RGB (Red+Green+Blue) = 25+34+61=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #19223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19223D is #E6DDC2. Grayscale: #222222. Windows color (decimal): -15130051 or 4006425. OLE color: 4006425.

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

Color convert

RGB 25 34 61 -
CMYK 0.59 0.44 0 0.76
HSL 225º 0.42% 0.17% -
HSV(B) 225º 0.59% 0.24% -
XYZ 1.82 1.69 4.64 -
YUV 34.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 25 34 61 0.59 0.44 0 0.76 225 0.42 0.17
Hex 19 22 3D 3B 2C 0 4C E1 2A 11
Octal 31 42 75 73 54 0 114 341 52 21
Binary 11001 100010 111101 111011 101100 0 1001100 11100001 101010 10001

Color Harmonies of #19223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19223D

Black with #19223D

Text Example


Text Example

White with #19223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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