Html Css Color HEX #132276 Midnight Blue

📋 copy color: '#132276'

red 19 ◦ green 34 ◦ blue 118

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

Shades of Midnight Blue #132276

Tints of Midnight Blue #132276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.88%

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

R = 11.11%
G = 19.88%
B = 69.01%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132276 (or 0x132276) is known color: Midnight Blue. HEX triplet: 13, 22 and 76. RGB value is (19,34,118). Sum of RGB (Red+Green+Blue) = 19+34+118=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #132276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132276 is #ECDD89. Grayscale: #262626. Windows color (decimal): -15523210 or 7741971. OLE color: 7741971.

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

Color convert

RGB 19 34 118 -
CMYK 0.84 0.71 0 0.54
HSL 230.91º 0.72% 0.27% -
HSV(B) 230.91º 0.84% 0.46% -
XYZ 4.11 2.59 17.42 -
YUV 39.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 19 34 118 0.84 0.71 0 0.54 230.91 0.72 0.27
Hex 13 22 76 54 47 0 36 E7 48 1B
Octal 23 42 166 124 107 0 66 347 110 33
Binary 10011 100010 1110110 1010100 1000111 0 110110 11100111 1001000 11011

Color Harmonies of #132276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132276

Black with #132276

Text Example


Text Example

White with #132276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132276; }

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

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

background-color css

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

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

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

border-color css

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

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

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