Html Css Color HEX #132981 Midnight Blue

📋 copy color: '#132981'

red 19 ◦ green 41 ◦ blue 129

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

Shades of Midnight Blue #132981

Tints of Midnight Blue #132981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

 BLUE value IS 129 (50.78% from 255) = 68.25%

R = 10.05%
G = 21.69%
B = 68.25%

CMYK

 C value IS 0.85

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#132981 (or 0x132981) is known color: Midnight Blue. HEX triplet: 13, 29 and 81. RGB value is (19,41,129). Sum of RGB (Red+Green+Blue) = 19+41+129=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #132981 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132981 is #ECD67E. Grayscale: #2C2C2C. Windows color (decimal): -15521407 or 8464659. OLE color: 8464659.

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

Color convert

RGB 19 41 129 -
CMYK 0.85 0.68 0 0.49
HSL 228º 0.74% 0.29% -
HSV(B) 228º 0.85% 0.51% -
XYZ 5.02 3.31 21.14 -
YUV 44.45 175.71 109.84 -
System Red Green Blue C M Y K H S L
Decimal 19 41 129 0.85 0.68 0 0.49 228 0.74 0.29
Hex 13 29 81 55 44 0 31 E4 4A 1D
Octal 23 51 201 125 104 0 61 344 112 35
Binary 10011 101001 10000001 1010101 1000100 0 110001 11100100 1001010 11101

Color Harmonies of #132981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132981

Black with #132981

Text Example


Text Example

White with #132981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132981; }

 p { color: rgb(19,41,129); }

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

background-color css

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

 a { background-color: rgb(19,41,129); }

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

border-color css

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

 span { border-color: rgb(19,41,129); }

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