Html Css Color HEX #132371 Midnight Blue

📋 copy color: '#132371'

red 19 ◦ green 35 ◦ blue 113

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

Shades of Midnight Blue #132371

Tints of Midnight Blue #132371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.96%

 BLUE value IS 113 (44.53% from 255) = 67.66%

R = 11.38%
G = 20.96%
B = 67.66%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#132371 (or 0x132371) is known color: Midnight Blue. HEX triplet: 13, 23 and 71. RGB value is (19,35,113). Sum of RGB (Red+Green+Blue) = 19+35+113=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #132371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132371 is #ECDC8E. Grayscale: #262626. Windows color (decimal): -15522959 or 7414547. OLE color: 7414547.

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

Color convert

RGB 19 35 113 -
CMYK 0.83 0.69 0 0.56
HSL 229.79º 0.71% 0.26% -
HSV(B) 229.79º 0.83% 0.44% -
XYZ 3.85 2.53 15.91 -
YUV 39.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 19 35 113 0.83 0.69 0 0.56 229.79 0.71 0.26
Hex 13 23 71 53 45 0 38 E6 47 1A
Octal 23 43 161 123 105 0 70 346 107 32
Binary 10011 100011 1110001 1010011 1000101 0 111000 11100110 1000111 11010

Color Harmonies of #132371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132371

Black with #132371

Text Example


Text Example

White with #132371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132371; }

 p { color: rgb(19,35,113); }

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

background-color css

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

 a { background-color: rgb(19,35,113); }

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

border-color css

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

 span { border-color: rgb(19,35,113); }

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