Html Css Color HEX #132185 Midnight Blue

📋 copy color: '#132185'

red 19 ◦ green 33 ◦ blue 133

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

Shades of Midnight Blue #132185

Tints of Midnight Blue #132185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

 BLUE value IS 133 (52.34% from 255) = 71.89%

R = 10.27%
G = 17.84%
B = 71.89%

CMYK

 C value IS 0.86

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#132185 (or 0x132185) is known color: Midnight Blue. HEX triplet: 13, 21 and 85. RGB value is (19,33,133). Sum of RGB (Red+Green+Blue) = 19+33+133=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #132185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132185 is #ECDE7A. Grayscale: #272727. Windows color (decimal): -15523451 or 8724755. OLE color: 8724755.

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

Color convert

RGB 19 33 133 -
CMYK 0.86 0.75 0 0.48
HSL 232.63º 0.75% 0.3% -
HSV(B) 232.63º 0.86% 0.52% -
XYZ 5.05 2.92 22.49 -
YUV 40.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 19 33 133 0.86 0.75 0 0.48 232.63 0.75 0.3
Hex 13 21 85 56 4B 0 30 E9 4B 1E
Octal 23 41 205 126 113 0 60 351 113 36
Binary 10011 100001 10000101 1010110 1001011 0 110000 11101001 1001011 11110

Color Harmonies of #132185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132185

Black with #132185

Text Example


Text Example

White with #132185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132185; }

 p { color: rgb(19,33,133); }

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

background-color css

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

 a { background-color: rgb(19,33,133); }

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

border-color css

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

 span { border-color: rgb(19,33,133); }

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