Html Css Color HEX #131574 Midnight Blue

📋 copy color: '#131574'

red 19 ◦ green 21 ◦ blue 116

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

Shades of Midnight Blue #131574

Tints of Midnight Blue #131574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 74.36%

R = 12.18%
G = 13.46%
B = 74.36%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131574 (or 0x131574) is known color: Midnight Blue. HEX triplet: 13, 15 and 74. RGB value is (19,21,116). Sum of RGB (Red+Green+Blue) = 19+21+116=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 116 (45.70% from 255 or 74.36% from 156); Max value from RGB is 116 - color contains mainly: blue. Hex color #131574 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131574 is #ECEA8B. Grayscale: #1E1E1E. Windows color (decimal): -15526540 or 7607571. OLE color: 7607571.

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

Color convert

RGB 19 21 116 -
CMYK 0.84 0.82 0 0.55
HSL 238.76º 0.72% 0.26% -
HSV(B) 238.76º 0.84% 0.45% -
XYZ 3.69 1.94 16.7 -
YUV 31.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 19 21 116 0.84 0.82 0 0.55 238.76 0.72 0.26
Hex 13 15 74 54 52 0 37 EF 48 1A
Octal 23 25 164 124 122 0 67 357 110 32
Binary 10011 10101 1110100 1010100 1010010 0 110111 11101111 1001000 11010

Color Harmonies of #131574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131574

Black with #131574

Text Example


Text Example

White with #131574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131574; }

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

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

background-color css

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

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

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

border-color css

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

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

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