Html Css Color HEX #132176 Midnight Blue

📋 copy color: '#132176'

red 19 ◦ green 33 ◦ blue 118

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

Shades of Midnight Blue #132176

Tints of Midnight Blue #132176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 69.41%

R = 11.18%
G = 19.41%
B = 69.41%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132176 (or 0x132176) is known color: Midnight Blue. HEX triplet: 13, 21 and 76. RGB value is (19,33,118). Sum of RGB (Red+Green+Blue) = 19+33+118=170 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.18% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #132176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132176 is #ECDE89. Grayscale: #262626. Windows color (decimal): -15523466 or 7741715. OLE color: 7741715.

HSL color Cylindrical-coordinate representation of color #132176: hue angle of 231.52º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132176 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 33 118 -
CMYK 0.84 0.72 0 0.54
HSL 231.52º 0.72% 0.27% -
HSV(B) 231.52º 0.84% 0.46% -
XYZ 4.08 2.53 17.41 -
YUV 38.5 172.86 114.09 -
System Red Green Blue C M Y K H S L
Decimal 19 33 118 0.84 0.72 0 0.54 231.52 0.72 0.27
Hex 13 21 76 54 48 0 36 E8 48 1B
Octal 23 41 166 124 110 0 66 350 110 33
Binary 10011 100001 1110110 1010100 1001000 0 110110 11101000 1001000 11011

Color Harmonies of #132176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132176

Black with #132176

Text Example


Text Example

White with #132176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132176; }

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

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

background-color css

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

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

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

border-color css

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

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

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