Html Css Color HEX #13126D Midnight Blue

📋 copy color: '#13126D'

red 19 ◦ green 18 ◦ blue 109

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

Shades of Midnight Blue #13126D

Tints of Midnight Blue #13126D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 13.01%
G = 12.33%
B = 74.66%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#13126D (or 0x13126D) is known color: Midnight Blue. HEX triplet: 13, 12 and 6D. RGB value is (19,18,109). Sum of RGB (Red+Green+Blue) = 19+18+109=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #13126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13126D is #ECED92. Grayscale: #1C1C1C. Windows color (decimal): -15527315 or 7148051. OLE color: 7148051.

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

Color convert

RGB 19 18 109 -
CMYK 0.83 0.83 0 0.57
HSL 240.66º 0.72% 0.25% -
HSV(B) 240.66º 0.83% 0.43% -
XYZ 3.25 1.68 14.62 -
YUV 28.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 19 18 109 0.83 0.83 0 0.57 240.66 0.72 0.25
Hex 13 12 6D 53 53 0 39 F1 48 19
Octal 23 22 155 123 123 0 71 361 110 31
Binary 10011 10010 1101101 1010011 1010011 0 111001 11110001 1001000 11001

Color Harmonies of #13126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13126D

Black with #13126D

Text Example


Text Example

White with #13126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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