Html Css Color HEX #131169 Midnight Blue

📋 copy color: '#131169'

red 19 ◦ green 17 ◦ blue 105

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

Shades of Midnight Blue #131169

Tints of Midnight Blue #131169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 74.47%

R = 13.48%
G = 12.06%
B = 74.47%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#131169 (or 0x131169) is known color: Midnight Blue. HEX triplet: 13, 11 and 69. RGB value is (19,17,105). Sum of RGB (Red+Green+Blue) = 19+17+105=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #131169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131169 is #ECEE96. Grayscale: #1B1B1B. Windows color (decimal): -15527575 or 6885651. OLE color: 6885651.

HSL color Cylindrical-coordinate representation of color #131169: hue angle of 241.36º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131169 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 17 105 -
CMYK 0.82 0.84 0 0.59
HSL 241.36º 0.72% 0.24% -
HSV(B) 241.36º 0.84% 0.41% -
XYZ 3.02 1.56 13.51 -
YUV 27.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 19 17 105 0.82 0.84 0 0.59 241.36 0.72 0.24
Hex 13 11 69 52 54 0 3B F1 48 18
Octal 23 21 151 122 124 0 73 361 110 30
Binary 10011 10001 1101001 1010010 1010100 0 111011 11110001 1001000 11000

Color Harmonies of #131169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131169

Black with #131169

Text Example


Text Example

White with #131169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131169; }

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

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

background-color css

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

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

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

border-color css

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

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

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