Html Css Color HEX #13196D Midnight Blue

📋 copy color: '#13196D'

red 19 ◦ green 25 ◦ blue 109

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

Shades of Midnight Blue #13196D

Tints of Midnight Blue #13196D

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13196D (or 0x13196D) is known color: Midnight Blue. HEX triplet: 13, 19 and 6D. RGB value is (19,25,109). Sum of RGB (Red+Green+Blue) = 19+25+109=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 25 (10.16% from 255 or 16.34% 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 #13196D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13196D is #ECE692. Grayscale: #202020. Windows color (decimal): -15525523 or 7149843. OLE color: 7149843.

HSL color Cylindrical-coordinate representation of color #13196D: hue angle of 236º 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 #13196D is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 19 25 109 -
CMYK 0.83 0.77 0 0.57
HSL 236º 0.7% 0.25% -
HSV(B) 236º 0.83% 0.43% -
XYZ 3.38 1.94 14.66 -
YUV 32.78 171.01 118.17 -
System Red Green Blue C M Y K H S L
Decimal 19 25 109 0.83 0.77 0 0.57 236 0.7 0.25
Hex 13 19 6D 53 4D 0 39 EC 46 19
Octal 23 31 155 123 115 0 71 354 106 31
Binary 10011 11001 1101101 1010011 1001101 0 111001 11101100 1000110 11001

Color Harmonies of #13196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13196D

Black with #13196D

Text Example


Text Example

White with #13196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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