Html Css Color HEX #19274A Midnight Express

📋 copy color: '#19274A'

red 25 ◦ green 39 ◦ blue 74

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

Shades of Midnight Express #19274A

Tints of Midnight Express #19274A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.26%

 BLUE value IS 74 (29.3% from 255) = 53.62%

R = 18.12%
G = 28.26%
B = 53.62%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#19274A (or 0x19274A) is known color: Midnight Express. HEX triplet: 19, 27 and 4A. RGB value is (25,39,74). Sum of RGB (Red+Green+Blue) = 25+39+74=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #19274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19274A is #E6D8B5. Grayscale: #262626. Windows color (decimal): -15128758 or 4859673. OLE color: 4859673.

HSL color Cylindrical-coordinate representation of color #19274A: hue angle of 222.86º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19274A is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 25 39 74 -
CMYK 0.66 0.47 0 0.71
HSL 222.86º 0.49% 0.19% -
HSV(B) 222.86º 0.66% 0.29% -
XYZ 2.36 2.15 6.77 -
YUV 38.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 25 39 74 0.66 0.47 0 0.71 222.86 0.49 0.19
Hex 19 27 4A 42 2F 0 47 DF 31 13
Octal 31 47 112 102 57 0 107 337 61 23
Binary 11001 100111 1001010 1000010 101111 0 1000111 11011111 110001 10011

Color Harmonies of #19274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19274A

Black with #19274A

Text Example


Text Example

White with #19274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19274A; }

 p { color: rgb(25,39,74); }

 H1.HeaderClassName
 {
   color: #19274A;
 }
 .AnyTagClassName
 {
   color: #19274A;
 }
</style>

background-color css

<style>
 a { background-color: #19274A; }

 a { background-color: rgb(25,39,74); }

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

border-color css

<style>
 span { border-color: #19274A; }

 span { border-color: rgb(25,39,74); }

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