Html Css Color HEX #19273E Midnight

📋 copy color: '#19273E'

red 25 ◦ green 39 ◦ blue 62

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

Shades of Midnight #19273E

Tints of Midnight #19273E

RGB

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

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

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

R = 19.84%
G = 30.95%
B = 49.21%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#19273E (or 0x19273E) is known color: Midnight. HEX triplet: 19, 27 and 3E. RGB value is (25,39,62). Sum of RGB (Red+Green+Blue) = 25+39+62=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #19273E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19273E is #E6D8C1. Grayscale: #252525. Windows color (decimal): -15128770 or 4073241. OLE color: 4073241.

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

Color convert

RGB 25 39 62 -
CMYK 0.60 0.37 0 0.76
HSL 217.3º 0.43% 0.17% -
HSV(B) 217.3º 0.6% 0.24% -
XYZ 2 2.01 4.84 -
YUV 37.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 25 39 62 0.60 0.37 0 0.76 217.3 0.43 0.17
Hex 19 27 3E 3C 25 0 4C D9 2B 11
Octal 31 47 76 74 45 0 114 331 53 21
Binary 11001 100111 111110 111100 100101 0 1001100 11011001 101011 10001

Color Harmonies of #19273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19273E

Black with #19273E

Text Example


Text Example

White with #19273E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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