Html Css Color HEX #132172 Midnight Blue

📋 copy color: '#132172'

red 19 ◦ green 33 ◦ blue 114

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

Shades of Midnight Blue #132172

Tints of Midnight Blue #132172

RGB

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

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

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

R = 11.45%
G = 19.88%
B = 68.67%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132172 (or 0x132172) is known color: Midnight Blue. HEX triplet: 13, 21 and 72. RGB value is (19,33,114). Sum of RGB (Red+Green+Blue) = 19+33+114=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 33 (13.28% from 255 or 19.88% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #132172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132172 is #ECDE8D. Grayscale: #252525. Windows color (decimal): -15523470 or 7479571. OLE color: 7479571.

HSL color Cylindrical-coordinate representation of color #132172: hue angle of 231.16º 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 #132172 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 33 114 -
CMYK 0.83 0.71 0 0.55
HSL 231.16º 0.71% 0.26% -
HSV(B) 231.16º 0.83% 0.45% -
XYZ 3.85 2.44 16.19 -
YUV 38.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 19 33 114 0.83 0.71 0 0.55 231.16 0.71 0.26
Hex 13 21 72 53 47 0 37 E7 47 1A
Octal 23 41 162 123 107 0 67 347 107 32
Binary 10011 100001 1110010 1010011 1000111 0 110111 11100111 1000111 11010

Color Harmonies of #132172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132172

Black with #132172

Text Example


Text Example

White with #132172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132172; }

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

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

background-color css

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

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

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

border-color css

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

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

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