Html Css Color HEX #13156D Midnight Blue

📋 copy color: '#13156D'

red 19 ◦ green 21 ◦ blue 109

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

Shades of Midnight Blue #13156D

Tints of Midnight Blue #13156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 12.75%
G = 14.09%
B = 73.15%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13156D (or 0x13156D) is known color: Midnight Blue. HEX triplet: 13, 15 and 6D. RGB value is (19,21,109). Sum of RGB (Red+Green+Blue) = 19+21+109=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #13156D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13156D is #ECEA92. Grayscale: #1E1E1E. Windows color (decimal): -15526547 or 7148819. OLE color: 7148819.

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

Color convert

RGB 19 21 109 -
CMYK 0.83 0.81 0 0.57
HSL 238.67º 0.7% 0.25% -
HSV(B) 238.67º 0.83% 0.43% -
XYZ 3.3 1.78 14.64 -
YUV 30.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 19 21 109 0.83 0.81 0 0.57 238.67 0.7 0.25
Hex 13 15 6D 53 51 0 39 EF 46 19
Octal 23 25 155 123 121 0 71 357 106 31
Binary 10011 10101 1101101 1010011 1010001 0 111001 11101111 1000110 11001

Color Harmonies of #13156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13156D

Black with #13156D

Text Example


Text Example

White with #13156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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