Html Css Color HEX #132076 Midnight Blue

📋 copy color: '#132076'

red 19 ◦ green 32 ◦ blue 118

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

Shades of Midnight Blue #132076

Tints of Midnight Blue #132076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.93%

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

R = 11.24%
G = 18.93%
B = 69.82%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132076 (or 0x132076) is known color: Midnight Blue. HEX triplet: 13, 20 and 76. RGB value is (19,32,118). Sum of RGB (Red+Green+Blue) = 19+32+118=169 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.24% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 118 (46.48% from 255 or 69.82% from 169); Max value from RGB is 118 - color contains mainly: blue. Hex color #132076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132076 is #ECDF89. Grayscale: #252525. Windows color (decimal): -15523722 or 7741459. OLE color: 7741459.

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

Color convert

RGB 19 32 118 -
CMYK 0.84 0.73 0 0.54
HSL 232.12º 0.72% 0.27% -
HSV(B) 232.12º 0.84% 0.46% -
XYZ 4.06 2.48 17.4 -
YUV 37.92 173.19 114.51 -
System Red Green Blue C M Y K H S L
Decimal 19 32 118 0.84 0.73 0 0.54 232.12 0.72 0.27
Hex 13 20 76 54 49 0 36 E8 48 1B
Octal 23 40 166 124 111 0 66 350 110 33
Binary 10011 100000 1110110 1010100 1001001 0 110110 11101000 1001000 11011

Color Harmonies of #132076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132076

Black with #132076

Text Example


Text Example

White with #132076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132076; }

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

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

background-color css

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

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

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

border-color css

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

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

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