Html Css Color HEX #132376 Midnight Blue

📋 copy color: '#132376'

red 19 ◦ green 35 ◦ blue 118

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

Shades of Midnight Blue #132376

Tints of Midnight Blue #132376

RGB

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

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

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

R = 11.05%
G = 20.35%
B = 68.6%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132376 (or 0x132376) is known color: Midnight Blue. HEX triplet: 13, 23 and 76. RGB value is (19,35,118). Sum of RGB (Red+Green+Blue) = 19+35+118=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #132376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132376 is #ECDC89. Grayscale: #272727. Windows color (decimal): -15522954 or 7742227. OLE color: 7742227.

HSL color Cylindrical-coordinate representation of color #132376: hue angle of 230.3º 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 #132376 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 35 118 -
CMYK 0.84 0.70 0 0.54
HSL 230.3º 0.72% 0.27% -
HSV(B) 230.3º 0.84% 0.46% -
XYZ 4.14 2.65 17.43 -
YUV 39.68 172.2 113.25 -
System Red Green Blue C M Y K H S L
Decimal 19 35 118 0.84 0.70 0 0.54 230.3 0.72 0.27
Hex 13 23 76 54 46 0 36 E6 48 1B
Octal 23 43 166 124 106 0 66 346 110 33
Binary 10011 100011 1110110 1010100 1000110 0 110110 11100110 1001000 11011

Color Harmonies of #132376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132376

Black with #132376

Text Example


Text Example

White with #132376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132376; }

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

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

background-color css

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

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

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

border-color css

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

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

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