Html Css Color HEX #132581 Midnight Blue

📋 copy color: '#132581'

red 19 ◦ green 37 ◦ blue 129

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

Shades of Midnight Blue #132581

Tints of Midnight Blue #132581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20%

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

R = 10.27%
G = 20%
B = 69.73%

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

#132581 (or 0x132581) is known color: Midnight Blue. HEX triplet: 13, 25 and 81. RGB value is (19,37,129). Sum of RGB (Red+Green+Blue) = 19+37+129=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #132581 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132581 is #ECDA7E. Grayscale: #292929. Windows color (decimal): -15522431 or 8463635. OLE color: 8463635.

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

Color convert

RGB 19 37 129 -
CMYK 0.85 0.71 0 0.49
HSL 230.18º 0.74% 0.29% -
HSV(B) 230.18º 0.85% 0.51% -
XYZ 4.89 3.05 21.1 -
YUV 42.11 177.04 111.52 -
System Red Green Blue C M Y K H S L
Decimal 19 37 129 0.85 0.71 0 0.49 230.18 0.74 0.29
Hex 13 25 81 55 47 0 31 E6 4A 1D
Octal 23 45 201 125 107 0 61 346 112 35
Binary 10011 100101 10000001 1010101 1000111 0 110001 11100110 1001010 11101

Color Harmonies of #132581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132581

Black with #132581

Text Example


Text Example

White with #132581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132581; }

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

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

background-color css

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

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

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

border-color css

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

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

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