Html Css Color HEX #132188 Midnight Blue

📋 copy color: '#132188'

red 19 ◦ green 33 ◦ blue 136

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

Shades of Midnight Blue #132188

Tints of Midnight Blue #132188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 72.34%

R = 10.11%
G = 17.55%
B = 72.34%

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

#132188 (or 0x132188) is known color: Midnight Blue. HEX triplet: 13, 21 and 88. RGB value is (19,33,136). Sum of RGB (Red+Green+Blue) = 19+33+136=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #132188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132188 is #ECDE77. Grayscale: #282828. Windows color (decimal): -15523448 or 8921363. OLE color: 8921363.

HSL color Cylindrical-coordinate representation of color #132188: hue angle of 232.82º 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 #132188 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 33 136 -
CMYK 0.86 0.76 0 0.47
HSL 232.82º 0.75% 0.3% -
HSV(B) 232.82º 0.86% 0.53% -
XYZ 5.26 3 23.6 -
YUV 40.56 181.86 112.62 -
System Red Green Blue C M Y K H S L
Decimal 19 33 136 0.86 0.76 0 0.47 232.82 0.75 0.3
Hex 13 21 88 56 4C 0 2F E9 4B 1E
Octal 23 41 210 126 114 0 57 351 113 36
Binary 10011 100001 10001000 1010110 1001100 0 101111 11101001 1001011 11110

Color Harmonies of #132188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132188

Black with #132188

Text Example


Text Example

White with #132188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132188; }

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

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

background-color css

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

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

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

border-color css

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

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

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