Html Css Color HEX #131572 Midnight Blue

📋 copy color: '#131572'

red 19 ◦ green 21 ◦ blue 114

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

Shades of Midnight Blue #131572

Tints of Midnight Blue #131572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 74.03%

R = 12.34%
G = 13.64%
B = 74.03%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131572 (or 0x131572) is known color: Midnight Blue. HEX triplet: 13, 15 and 72. RGB value is (19,21,114). Sum of RGB (Red+Green+Blue) = 19+21+114=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #131572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131572 is #ECEA8D. Grayscale: #1E1E1E. Windows color (decimal): -15526542 or 7476499. OLE color: 7476499.

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

Color convert

RGB 19 21 114 -
CMYK 0.83 0.82 0 0.55
HSL 238.74º 0.71% 0.26% -
HSV(B) 238.74º 0.83% 0.45% -
XYZ 3.57 1.89 16.1 -
YUV 31 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 19 21 114 0.83 0.82 0 0.55 238.74 0.71 0.26
Hex 13 15 72 53 52 0 37 EF 47 1A
Octal 23 25 162 123 122 0 67 357 107 32
Binary 10011 10101 1110010 1010011 1010010 0 110111 11101111 1000111 11010

Color Harmonies of #131572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131572

Black with #131572

Text Example


Text Example

White with #131572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131572; }

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

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

background-color css

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

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

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

border-color css

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

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

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