Html Css Color HEX #132387 Midnight Blue

📋 copy color: '#132387'

red 19 ◦ green 35 ◦ blue 135

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

Shades of Midnight Blue #132387

Tints of Midnight Blue #132387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 71.43%

R = 10.05%
G = 18.52%
B = 71.43%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#132387 (or 0x132387) is known color: Midnight Blue. HEX triplet: 13, 23 and 87. RGB value is (19,35,135). Sum of RGB (Red+Green+Blue) = 19+35+135=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #132387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132387 is #ECDC78. Grayscale: #292929. Windows color (decimal): -15522937 or 8856339. OLE color: 8856339.

HSL color Cylindrical-coordinate representation of color #132387: hue angle of 231.72º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132387 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 35 135 -
CMYK 0.86 0.74 0 0.47
HSL 231.72º 0.75% 0.3% -
HSV(B) 231.72º 0.86% 0.53% -
XYZ 5.24 3.09 23.24 -
YUV 41.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 19 35 135 0.86 0.74 0 0.47 231.72 0.75 0.3
Hex 13 23 87 56 4A 0 2F E8 4B 1E
Octal 23 43 207 126 112 0 57 350 113 36
Binary 10011 100011 10000111 1010110 1001010 0 101111 11101000 1001011 11110

Color Harmonies of #132387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132387

Black with #132387

Text Example


Text Example

White with #132387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132387; }

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

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

background-color css

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

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

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

border-color css

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

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

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