Html Css Color HEX #132489 Midnight Blue

📋 copy color: '#132489'

red 19 ◦ green 36 ◦ blue 137

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

Shades of Midnight Blue #132489

Tints of Midnight Blue #132489

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.75%

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

R = 9.9%
G = 18.75%
B = 71.35%

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

#132489 (or 0x132489) is known color: Midnight Blue. HEX triplet: 13, 24 and 89. RGB value is (19,36,137). Sum of RGB (Red+Green+Blue) = 19+36+137=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 137 (53.91% from 255 or 71.35% from 192); Max value from RGB is 137 - color contains mainly: blue. Hex color #132489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132489 is #ECDB76. Grayscale: #2A2A2A. Windows color (decimal): -15522679 or 8987667. OLE color: 8987667.

HSL color Cylindrical-coordinate representation of color #132489: hue angle of 231.36º 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 #132489 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 36 137 -
CMYK 0.86 0.74 0 0.46
HSL 231.36º 0.76% 0.31% -
HSV(B) 231.36º 0.86% 0.54% -
XYZ 5.41 3.21 24 -
YUV 42.43 181.37 111.29 -
System Red Green Blue C M Y K H S L
Decimal 19 36 137 0.86 0.74 0 0.46 231.36 0.76 0.31
Hex 13 24 89 56 4A 0 2E E7 4C 1F
Octal 23 44 211 126 112 0 56 347 114 37
Binary 10011 100100 10001001 1010110 1001010 0 101110 11100111 1001100 11111

Color Harmonies of #132489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132489

Black with #132489

Text Example


Text Example

White with #132489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132489; }

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

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

background-color css

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

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

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

border-color css

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

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

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