Html Css Color HEX #132381 Midnight Blue

📋 copy color: '#132381'

red 19 ◦ green 35 ◦ blue 129

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

Shades of Midnight Blue #132381

Tints of Midnight Blue #132381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

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

R = 10.38%
G = 19.13%
B = 70.49%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#132381 (or 0x132381) is known color: Midnight Blue. HEX triplet: 13, 23 and 81. RGB value is (19,35,129). Sum of RGB (Red+Green+Blue) = 19+35+129=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 129 (50.78% from 255 or 70.49% from 183); Max value from RGB is 129 - color contains mainly: blue. Hex color #132381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132381 is #ECDC7E. Grayscale: #282828. Windows color (decimal): -15522943 or 8463123. OLE color: 8463123.

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

Color convert

RGB 19 35 129 -
CMYK 0.85 0.73 0 0.49
HSL 231.27º 0.74% 0.29% -
HSV(B) 231.27º 0.85% 0.51% -
XYZ 4.83 2.93 21.08 -
YUV 40.93 177.7 112.36 -
System Red Green Blue C M Y K H S L
Decimal 19 35 129 0.85 0.73 0 0.49 231.27 0.74 0.29
Hex 13 23 81 55 49 0 31 E7 4A 1D
Octal 23 43 201 125 111 0 61 347 112 35
Binary 10011 100011 10000001 1010101 1001001 0 110001 11100111 1001010 11101

Color Harmonies of #132381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132381

Black with #132381

Text Example


Text Example

White with #132381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132381; }

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

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

background-color css

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

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

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

border-color css

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

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

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