Html Css Color HEX #132882 Midnight Blue

📋 copy color: '#132882'

red 19 ◦ green 40 ◦ blue 130

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

Shades of Midnight Blue #132882

Tints of Midnight Blue #132882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.16%

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

R = 10.05%
G = 21.16%
B = 68.78%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#132882 (or 0x132882) is known color: Midnight Blue. HEX triplet: 13, 28 and 82. RGB value is (19,40,130). Sum of RGB (Red+Green+Blue) = 19+40+130=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #132882 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132882 is #ECD77D. Grayscale: #2B2B2B. Windows color (decimal): -15521662 or 8529939. OLE color: 8529939.

HSL color Cylindrical-coordinate representation of color #132882: hue angle of 228.65º 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 #132882 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 40 130 -
CMYK 0.85 0.69 0 0.49
HSL 228.65º 0.74% 0.29% -
HSV(B) 228.65º 0.85% 0.51% -
XYZ 5.06 3.27 21.48 -
YUV 43.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 19 40 130 0.85 0.69 0 0.49 228.65 0.74 0.29
Hex 13 28 82 55 45 0 31 E5 4A 1D
Octal 23 50 202 125 105 0 61 345 112 35
Binary 10011 101000 10000010 1010101 1000101 0 110001 11100101 1001010 11101

Color Harmonies of #132882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132882

Black with #132882

Text Example


Text Example

White with #132882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132882; }

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

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

background-color css

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

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

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

border-color css

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

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

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