Html Css Color HEX #132377 Midnight Blue

📋 copy color: '#132377'

red 19 ◦ green 35 ◦ blue 119

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

Shades of Midnight Blue #132377

Tints of Midnight Blue #132377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

 BLUE value IS 119 (46.88% from 255) = 68.79%

R = 10.98%
G = 20.23%
B = 68.79%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#132377 (or 0x132377) is known color: Midnight Blue. HEX triplet: 13, 23 and 77. RGB value is (19,35,119). Sum of RGB (Red+Green+Blue) = 19+35+119=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #132377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132377 is #ECDC88. Grayscale: #272727. Windows color (decimal): -15522953 or 7807763. OLE color: 7807763.

HSL color Cylindrical-coordinate representation of color #132377: hue angle of 230.4º degrees, saturation: 0.72, 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 #132377 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 35 119 -
CMYK 0.84 0.71 0 0.53
HSL 230.4º 0.72% 0.27% -
HSV(B) 230.4º 0.84% 0.47% -
XYZ 4.2 2.67 17.75 -
YUV 39.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 19 35 119 0.84 0.71 0 0.53 230.4 0.72 0.27
Hex 13 23 77 54 47 0 35 E6 48 1B
Octal 23 43 167 124 107 0 65 346 110 33
Binary 10011 100011 1110111 1010100 1000111 0 110101 11100110 1001000 11011

Color Harmonies of #132377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132377

Black with #132377

Text Example


Text Example

White with #132377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132377; }

 p { color: rgb(19,35,119); }

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

background-color css

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

 a { background-color: rgb(19,35,119); }

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

border-color css

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

 span { border-color: rgb(19,35,119); }

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