Html Css Color HEX #132072 Midnight Blue

📋 copy color: '#132072'

red 19 ◦ green 32 ◦ blue 114

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

Shades of Midnight Blue #132072

Tints of Midnight Blue #132072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 69.09%

R = 11.52%
G = 19.39%
B = 69.09%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#132072 (or 0x132072) is known color: Midnight Blue. HEX triplet: 13, 20 and 72. RGB value is (19,32,114). Sum of RGB (Red+Green+Blue) = 19+32+114=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #132072 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132072 is #ECDF8D. Grayscale: #252525. Windows color (decimal): -15523726 or 7479315. OLE color: 7479315.

HSL color Cylindrical-coordinate representation of color #132072: hue angle of 231.79º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #132072 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 32 114 -
CMYK 0.83 0.72 0 0.55
HSL 231.79º 0.71% 0.26% -
HSV(B) 231.79º 0.83% 0.45% -
XYZ 3.82 2.39 16.18 -
YUV 37.46 171.19 114.83 -
System Red Green Blue C M Y K H S L
Decimal 19 32 114 0.83 0.72 0 0.55 231.79 0.71 0.26
Hex 13 20 72 53 48 0 37 E8 47 1A
Octal 23 40 162 123 110 0 67 350 107 32
Binary 10011 100000 1110010 1010011 1001000 0 110111 11101000 1000111 11010

Color Harmonies of #132072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132072

Black with #132072

Text Example


Text Example

White with #132072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132072; }

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

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

background-color css

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

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

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

border-color css

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

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

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