Html Css Color HEX #132178 Midnight Blue

📋 copy color: '#132178'

red 19 ◦ green 33 ◦ blue 120

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

Shades of Midnight Blue #132178

Tints of Midnight Blue #132178

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

 BLUE value IS 120 (47.27% from 255) = 69.77%

R = 11.05%
G = 19.19%
B = 69.77%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#132178 (or 0x132178) is known color: Midnight Blue. HEX triplet: 13, 21 and 78. RGB value is (19,33,120). Sum of RGB (Red+Green+Blue) = 19+33+120=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #132178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132178 is #ECDE87. Grayscale: #262626. Windows color (decimal): -15523464 or 7872787. OLE color: 7872787.

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

Color convert

RGB 19 33 120 -
CMYK 0.84 0.72 0 0.53
HSL 231.68º 0.73% 0.27% -
HSV(B) 231.68º 0.84% 0.47% -
XYZ 4.2 2.58 18.05 -
YUV 38.73 173.86 113.93 -
System Red Green Blue C M Y K H S L
Decimal 19 33 120 0.84 0.72 0 0.53 231.68 0.73 0.27
Hex 13 21 78 54 48 0 35 E8 49 1B
Octal 23 41 170 124 110 0 65 350 111 33
Binary 10011 100001 1111000 1010100 1001000 0 110101 11101000 1001001 11011

Color Harmonies of #132178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132178

Black with #132178

Text Example


Text Example

White with #132178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132178; }

 p { color: rgb(19,33,120); }

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

background-color css

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

 a { background-color: rgb(19,33,120); }

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

border-color css

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

 span { border-color: rgb(19,33,120); }

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