Html Css Color HEX #132682 Midnight Blue

📋 copy color: '#132682'

red 19 ◦ green 38 ◦ blue 130

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

Shades of Midnight Blue #132682

Tints of Midnight Blue #132682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.32%

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

R = 10.16%
G = 20.32%
B = 69.52%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#132682 (or 0x132682) is known color: Midnight Blue. HEX triplet: 13, 26 and 82. RGB value is (19,38,130). Sum of RGB (Red+Green+Blue) = 19+38+130=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #132682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132682 is #ECD97D. Grayscale: #2A2A2A. Windows color (decimal): -15522174 or 8529427. OLE color: 8529427.

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

Color convert

RGB 19 38 130 -
CMYK 0.85 0.71 0 0.49
HSL 229.73º 0.74% 0.29% -
HSV(B) 229.73º 0.85% 0.51% -
XYZ 4.99 3.14 21.46 -
YUV 42.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 19 38 130 0.85 0.71 0 0.49 229.73 0.74 0.29
Hex 13 26 82 55 47 0 31 E6 4A 1D
Octal 23 46 202 125 107 0 61 346 112 35
Binary 10011 100110 10000010 1010101 1000111 0 110001 11100110 1001010 11101

Color Harmonies of #132682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132682

Black with #132682

Text Example


Text Example

White with #132682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132682; }

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

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

background-color css

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

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

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

border-color css

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

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

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