Html Css Color HEX #132579 Midnight Blue

📋 copy color: '#132579'

red 19 ◦ green 37 ◦ blue 121

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

Shades of Midnight Blue #132579

Tints of Midnight Blue #132579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

 BLUE value IS 121 (47.66% from 255) = 68.36%

R = 10.73%
G = 20.9%
B = 68.36%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#132579 (or 0x132579) is known color: Midnight Blue. HEX triplet: 13, 25 and 79. RGB value is (19,37,121). Sum of RGB (Red+Green+Blue) = 19+37+121=177 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.73% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #132579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132579 is #ECDA86. Grayscale: #282828. Windows color (decimal): -15522439 or 7939347. OLE color: 7939347.

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

Color convert

RGB 19 37 121 -
CMYK 0.84 0.69 0 0.53
HSL 229.41º 0.73% 0.27% -
HSV(B) 229.41º 0.84% 0.47% -
XYZ 4.38 2.84 18.41 -
YUV 41.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 19 37 121 0.84 0.69 0 0.53 229.41 0.73 0.27
Hex 13 25 79 54 45 0 35 E5 49 1B
Octal 23 45 171 124 105 0 65 345 111 33
Binary 10011 100101 1111001 1010100 1000101 0 110101 11100101 1001001 11011

Color Harmonies of #132579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132579

Black with #132579

Text Example


Text Example

White with #132579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132579; }

 p { color: rgb(19,37,121); }

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

background-color css

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

 a { background-color: rgb(19,37,121); }

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

border-color css

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

 span { border-color: rgb(19,37,121); }

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