Html Css Color HEX #132187 Midnight Blue

📋 copy color: '#132187'

red 19 ◦ green 33 ◦ blue 135

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

Shades of Midnight Blue #132187

Tints of Midnight Blue #132187

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

 BLUE value IS 135 (53.13% from 255) = 72.19%

R = 10.16%
G = 17.65%
B = 72.19%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#132187 (or 0x132187) is known color: Midnight Blue. HEX triplet: 13, 21 and 87. RGB value is (19,33,135). Sum of RGB (Red+Green+Blue) = 19+33+135=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 135 (53.12% from 255 or 72.19% from 187); Max value from RGB is 135 - color contains mainly: blue. Hex color #132187 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132187 is #ECDE78. Grayscale: #282828. Windows color (decimal): -15523449 or 8855827. OLE color: 8855827.

HSL color Cylindrical-coordinate representation of color #132187: hue angle of 232.76º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132187 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 33 135 -
CMYK 0.86 0.76 0 0.47
HSL 232.76º 0.75% 0.3% -
HSV(B) 232.76º 0.86% 0.53% -
XYZ 5.19 2.98 23.22 -
YUV 40.44 181.36 112.71 -
System Red Green Blue C M Y K H S L
Decimal 19 33 135 0.86 0.76 0 0.47 232.76 0.75 0.3
Hex 13 21 87 56 4C 0 2F E9 4B 1E
Octal 23 41 207 126 114 0 57 351 113 36
Binary 10011 100001 10000111 1010110 1001100 0 101111 11101001 1001011 11110

Color Harmonies of #132187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132187

Black with #132187

Text Example


Text Example

White with #132187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132187; }

 p { color: rgb(19,33,135); }

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

background-color css

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

 a { background-color: rgb(19,33,135); }

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

border-color css

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

 span { border-color: rgb(19,33,135); }

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