Html Css Color HEX #19253D Midnight Express

📋 copy color: '#19253D'

red 25 ◦ green 37 ◦ blue 61

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

Shades of Midnight Express #19253D

Tints of Midnight Express #19253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.08%

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

R = 20.33%
G = 30.08%
B = 49.59%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19253D (or 0x19253D) is known color: Midnight Express. HEX triplet: 19, 25 and 3D. RGB value is (25,37,61). Sum of RGB (Red+Green+Blue) = 25+37+61=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #19253D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19253D is #E6DAC2. Grayscale: #242424. Windows color (decimal): -15129283 or 4007193. OLE color: 4007193.

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

Color convert

RGB 25 37 61 -
CMYK 0.59 0.39 0 0.76
HSL 220º 0.42% 0.17% -
HSV(B) 220º 0.59% 0.24% -
XYZ 1.9 1.87 4.67 -
YUV 36.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 25 37 61 0.59 0.39 0 0.76 220 0.42 0.17
Hex 19 25 3D 3B 27 0 4C DC 2A 11
Octal 31 45 75 73 47 0 114 334 52 21
Binary 11001 100101 111101 111011 100111 0 1001100 11011100 101010 10001

Color Harmonies of #19253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19253D

Black with #19253D

Text Example


Text Example

White with #19253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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