Html Css Color HEX #132384 Midnight Blue

📋 copy color: '#132384'

red 19 ◦ green 35 ◦ blue 132

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

Shades of Midnight Blue #132384

Tints of Midnight Blue #132384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 70.97%

R = 10.22%
G = 18.82%
B = 70.97%

CMYK

 C value IS 0.86

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#132384 (or 0x132384) is known color: Midnight Blue. HEX triplet: 13, 23 and 84. RGB value is (19,35,132). Sum of RGB (Red+Green+Blue) = 19+35+132=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #132384 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132384 is #ECDC7B. Grayscale: #282828. Windows color (decimal): -15522940 or 8659731. OLE color: 8659731.

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

Color convert

RGB 19 35 132 -
CMYK 0.86 0.73 0 0.48
HSL 231.5º 0.75% 0.3% -
HSV(B) 231.5º 0.86% 0.52% -
XYZ 5.03 3.01 22.14 -
YUV 41.27 179.2 112.11 -
System Red Green Blue C M Y K H S L
Decimal 19 35 132 0.86 0.73 0 0.48 231.5 0.75 0.3
Hex 13 23 84 56 49 0 30 E8 4B 1E
Octal 23 43 204 126 111 0 60 350 113 36
Binary 10011 100011 10000100 1010110 1001001 0 110000 11101000 1001011 11110

Color Harmonies of #132384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132384

Black with #132384

Text Example


Text Example

White with #132384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132384; }

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

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

background-color css

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

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

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

border-color css

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

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

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