Html Css Color HEX #132075 Midnight Blue

📋 copy color: '#132075'

red 19 ◦ green 32 ◦ blue 117

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

Shades of Midnight Blue #132075

Tints of Midnight Blue #132075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 11.31%
G = 19.05%
B = 69.64%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132075 (or 0x132075) is known color: Midnight Blue. HEX triplet: 13, 20 and 75. RGB value is (19,32,117). Sum of RGB (Red+Green+Blue) = 19+32+117=168 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.31% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #132075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132075 is #ECDF8A. Grayscale: #252525. Windows color (decimal): -15523723 or 7675923. OLE color: 7675923.

HSL color Cylindrical-coordinate representation of color #132075: hue angle of 232.04º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132075 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 32 117 -
CMYK 0.84 0.73 0 0.54
HSL 232.04º 0.72% 0.27% -
HSV(B) 232.04º 0.84% 0.46% -
XYZ 4 2.46 17.09 -
YUV 37.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 19 32 117 0.84 0.73 0 0.54 232.04 0.72 0.27
Hex 13 20 75 54 49 0 36 E8 48 1B
Octal 23 40 165 124 111 0 66 350 110 33
Binary 10011 100000 1110101 1010100 1001001 0 110110 11101000 1001000 11011

Color Harmonies of #132075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132075

Black with #132075

Text Example


Text Example

White with #132075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132075; }

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

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

background-color css

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

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

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

border-color css

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

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

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