Html Css Color HEX #19136D Midnight Blue

📋 copy color: '#19136D'

red 25 ◦ green 19 ◦ blue 109

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

Shades of Midnight Blue #19136D

Tints of Midnight Blue #19136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

 BLUE value IS 109 (42.97% from 255) = 71.24%

R = 16.34%
G = 12.42%
B = 71.24%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19136D (or 0x19136D) is known color: Midnight Blue. HEX triplet: 19, 13 and 6D. RGB value is (25,19,109). Sum of RGB (Red+Green+Blue) = 25+19+109=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #19136D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #19136D is #E6EC92. Grayscale: #1E1E1E. Windows color (decimal): -15133843 or 7148313. OLE color: 7148313.

HSL color Cylindrical-coordinate representation of color #19136D: hue angle of 244º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19136D is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 19 109 -
CMYK 0.77 0.83 0 0.57
HSL 244º 0.7% 0.25% -
HSV(B) 244º 0.83% 0.43% -
XYZ 3.39 1.78 14.63 -
YUV 31.05 171.99 123.68 -
System Red Green Blue C M Y K H S L
Decimal 25 19 109 0.77 0.83 0 0.57 244 0.7 0.25
Hex 19 13 6D 4D 53 0 39 F4 46 19
Octal 31 23 155 115 123 0 71 364 106 31
Binary 11001 10011 1101101 1001101 1010011 0 111001 11110100 1000110 11001

Color Harmonies of #19136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19136D

Black with #19136D

Text Example


Text Example

White with #19136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,19,109); }

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

background-color css

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

 a { background-color: rgb(25,19,109); }

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

border-color css

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

 span { border-color: rgb(25,19,109); }

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