Html Css Color HEX #132085 Midnight Blue

📋 copy color: '#132085'

red 19 ◦ green 32 ◦ blue 133

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

Shades of Midnight Blue #132085

Tints of Midnight Blue #132085

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.39%

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

R = 10.33%
G = 17.39%
B = 72.28%

CMYK

 C value IS 0.86

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#132085 (or 0x132085) is known color: Midnight Blue. HEX triplet: 13, 20 and 85. RGB value is (19,32,133). Sum of RGB (Red+Green+Blue) = 19+32+133=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #132085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132085 is #ECDF7A. Grayscale: #272727. Windows color (decimal): -15523707 or 8724499. OLE color: 8724499.

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

Color convert

RGB 19 32 133 -
CMYK 0.86 0.76 0 0.48
HSL 233.16º 0.75% 0.3% -
HSV(B) 233.16º 0.86% 0.52% -
XYZ 5.02 2.86 22.48 -
YUV 39.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 19 32 133 0.86 0.76 0 0.48 233.16 0.75 0.3
Hex 13 20 85 56 4C 0 30 E9 4B 1E
Octal 23 40 205 126 114 0 60 351 113 36
Binary 10011 100000 10000101 1010110 1001100 0 110000 11101001 1001011 11110

Color Harmonies of #132085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132085

Black with #132085

Text Example


Text Example

White with #132085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132085; }

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

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

background-color css

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

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

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

border-color css

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

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

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