Html Css Color HEX #132389 Midnight Blue

📋 copy color: '#132389'

red 19 ◦ green 35 ◦ blue 137

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

Shades of Midnight Blue #132389

Tints of Midnight Blue #132389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 71.73%

R = 9.95%
G = 18.32%
B = 71.73%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#132389 (or 0x132389) is known color: Midnight Blue. HEX triplet: 13, 23 and 89. RGB value is (19,35,137). Sum of RGB (Red+Green+Blue) = 19+35+137=191 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.95% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #132389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132389 is #ECDC76. Grayscale: #292929. Windows color (decimal): -15522935 or 8987411. OLE color: 8987411.

HSL color Cylindrical-coordinate representation of color #132389: hue angle of 231.86º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132389 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 35 137 -
CMYK 0.86 0.74 0 0.46
HSL 231.86º 0.76% 0.31% -
HSV(B) 231.86º 0.86% 0.54% -
XYZ 5.38 3.15 23.99 -
YUV 41.84 181.7 111.71 -
System Red Green Blue C M Y K H S L
Decimal 19 35 137 0.86 0.74 0 0.46 231.86 0.76 0.31
Hex 13 23 89 56 4A 0 2E E8 4C 1F
Octal 23 43 211 126 112 0 56 350 114 37
Binary 10011 100011 10001001 1010110 1001010 0 101110 11101000 1001100 11111

Color Harmonies of #132389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132389

Black with #132389

Text Example


Text Example

White with #132389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132389; }

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

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

background-color css

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

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

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

border-color css

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

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

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