Html Css Color HEX #13116B Midnight Blue

📋 copy color: '#13116B'

red 19 ◦ green 17 ◦ blue 107

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

Shades of Midnight Blue #13116B

Tints of Midnight Blue #13116B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

 BLUE value IS 107 (42.19% from 255) = 74.83%

R = 13.29%
G = 11.89%
B = 74.83%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#13116B (or 0x13116B) is known color: Midnight Blue. HEX triplet: 13, 11 and 6B. RGB value is (19,17,107). Sum of RGB (Red+Green+Blue) = 19+17+107=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 107 (42.19% from 255 or 74.83% from 143); Max value from RGB is 107 - color contains mainly: blue. Hex color #13116B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13116B is #ECEE94. Grayscale: #1B1B1B. Windows color (decimal): -15527573 or 7016723. OLE color: 7016723.

HSL color Cylindrical-coordinate representation of color #13116B: hue angle of 241.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13116B is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 17 107 -
CMYK 0.82 0.84 0 0.58
HSL 241.33º 0.73% 0.24% -
HSV(B) 241.33º 0.84% 0.42% -
XYZ 3.12 1.6 14.05 -
YUV 27.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 19 17 107 0.82 0.84 0 0.58 241.33 0.73 0.24
Hex 13 11 6B 52 54 0 3A F1 49 18
Octal 23 21 153 122 124 0 72 361 111 30
Binary 10011 10001 1101011 1010010 1010100 0 111010 11110001 1001001 11000

Color Harmonies of #13116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13116B

Black with #13116B

Text Example


Text Example

White with #13116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13116B; }

 p { color: rgb(19,17,107); }

 H1.HeaderClassName
 {
   color: #13116B;
 }
 .AnyTagClassName
 {
   color: #13116B;
 }
</style>

background-color css

<style>
 a { background-color: #13116B; }

 a { background-color: rgb(19,17,107); }

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

border-color css

<style>
 span { border-color: #13116B; }

 span { border-color: rgb(19,17,107); }

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