Html Css Color HEX #19314D Midnight

📋 copy color: '#19314D'

red 25 ◦ green 49 ◦ blue 77

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

Shades of Midnight #19314D

Tints of Midnight #19314D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.45%

 BLUE value IS 77 (30.47% from 255) = 50.99%

R = 16.56%
G = 32.45%
B = 50.99%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19314D (or 0x19314D) is known color: Midnight. HEX triplet: 19, 31 and 4D. RGB value is (25,49,77). Sum of RGB (Red+Green+Blue) = 25+49+77=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #19314D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19314D is #E6CEB2. Grayscale: #2C2C2C. Windows color (decimal): -15126195 or 5058841. OLE color: 5058841.

HSL color Cylindrical-coordinate representation of color #19314D: hue angle of 212.31º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19314D is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 49 77 -
CMYK 0.68 0.36 0 0.70
HSL 212.31º 0.51% 0.2% -
HSV(B) 212.31º 0.68% 0.3% -
XYZ 2.84 2.94 7.44 -
YUV 45.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 25 49 77 0.68 0.36 0 0.70 212.31 0.51 0.2
Hex 19 31 4D 44 24 0 46 D4 33 14
Octal 31 61 115 104 44 0 106 324 63 24
Binary 11001 110001 1001101 1000100 100100 0 1000110 11010100 110011 10100

Color Harmonies of #19314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19314D

Black with #19314D

Text Example


Text Example

White with #19314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,49,77); }

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

background-color css

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

 a { background-color: rgb(25,49,77); }

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

border-color css

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

 span { border-color: rgb(25,49,77); }

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