Html Css Color HEX #131575 Midnight Blue

📋 copy color: '#131575'

red 19 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #131575

Tints of Midnight Blue #131575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 74.52%

R = 12.1%
G = 13.38%
B = 74.52%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#131575 (or 0x131575) is known color: Midnight Blue. HEX triplet: 13, 15 and 75. RGB value is (19,21,117). Sum of RGB (Red+Green+Blue) = 19+21+117=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #131575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131575 is #ECEA8A. Grayscale: #1E1E1E. Windows color (decimal): -15526539 or 7673107. OLE color: 7673107.

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

Color convert

RGB 19 21 117 -
CMYK 0.84 0.82 0 0.54
HSL 238.78º 0.72% 0.27% -
HSV(B) 238.78º 0.84% 0.46% -
XYZ 3.75 1.96 17.01 -
YUV 31.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 19 21 117 0.84 0.82 0 0.54 238.78 0.72 0.27
Hex 13 15 75 54 52 0 36 EF 48 1B
Octal 23 25 165 124 122 0 66 357 110 33
Binary 10011 10101 1110101 1010100 1010010 0 110110 11101111 1001000 11011

Color Harmonies of #131575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131575

Black with #131575

Text Example


Text Example

White with #131575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131575; }

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

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

background-color css

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

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

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

border-color css

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

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

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