Html Css Color HEX #132182 Midnight Blue

📋 copy color: '#132182'

red 19 ◦ green 33 ◦ blue 130

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

Shades of Midnight Blue #132182

Tints of Midnight Blue #132182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 71.43%

R = 10.44%
G = 18.13%
B = 71.43%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#132182 (or 0x132182) is known color: Midnight Blue. HEX triplet: 13, 21 and 82. RGB value is (19,33,130). Sum of RGB (Red+Green+Blue) = 19+33+130=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 130 (51.17% from 255 or 71.43% from 182); Max value from RGB is 130 - color contains mainly: blue. Hex color #132182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132182 is #ECDE7D. Grayscale: #272727. Windows color (decimal): -15523454 or 8528147. OLE color: 8528147.

HSL color Cylindrical-coordinate representation of color #132182: hue angle of 232.43º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #132182 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 33 130 -
CMYK 0.85 0.75 0 0.49
HSL 232.43º 0.74% 0.29% -
HSV(B) 232.43º 0.85% 0.51% -
XYZ 4.84 2.84 21.41 -
YUV 39.87 178.86 113.11 -
System Red Green Blue C M Y K H S L
Decimal 19 33 130 0.85 0.75 0 0.49 232.43 0.74 0.29
Hex 13 21 82 55 4B 0 31 E8 4A 1D
Octal 23 41 202 125 113 0 61 350 112 35
Binary 10011 100001 10000010 1010101 1001011 0 110001 11101000 1001010 11101

Color Harmonies of #132182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132182

Black with #132182

Text Example


Text Example

White with #132182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132182; }

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

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

background-color css

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

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

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

border-color css

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

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

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