Html Css Color HEX #13117A Midnight Blue

📋 copy color: '#13117A'

red 19 ◦ green 17 ◦ blue 122

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

Shades of Midnight Blue #13117A

Tints of Midnight Blue #13117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 77.22%

R = 12.03%
G = 10.76%
B = 77.22%

CMYK

 C value IS 0.84

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13117A (or 0x13117A) is known color: Midnight Blue. HEX triplet: 13, 11 and 7A. RGB value is (19,17,122). Sum of RGB (Red+Green+Blue) = 19+17+122=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #13117A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13117A is #ECEE85. Grayscale: #1D1D1D. Windows color (decimal): -15527558 or 7999763. OLE color: 7999763.

HSL color Cylindrical-coordinate representation of color #13117A: hue angle of 241.14º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13117A is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 17 122 -
CMYK 0.84 0.86 0 0.52
HSL 241.14º 0.76% 0.27% -
HSV(B) 241.14º 0.86% 0.48% -
XYZ 3.98 1.94 18.58 -
YUV 29.57 180.16 120.46 -
System Red Green Blue C M Y K H S L
Decimal 19 17 122 0.84 0.86 0 0.52 241.14 0.76 0.27
Hex 13 11 7A 54 56 0 34 F1 4C 1B
Octal 23 21 172 124 126 0 64 361 114 33
Binary 10011 10001 1111010 1010100 1010110 0 110100 11110001 1001100 11011

Color Harmonies of #13117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13117A

Black with #13117A

Text Example


Text Example

White with #13117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13117A; }

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

 H1.HeaderClassName
 {
   color: #13117A;
 }
 .AnyTagClassName
 {
   color: #13117A;
 }
</style>

background-color css

<style>
 a { background-color: #13117A; }

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

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

border-color css

<style>
 span { border-color: #13117A; }

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

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