Html Css Color HEX #132578 Midnight Blue

📋 copy color: '#132578'

red 19 ◦ green 37 ◦ blue 120

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

Shades of Midnight Blue #132578

Tints of Midnight Blue #132578

RGB

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

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

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

R = 10.8%
G = 21.02%
B = 68.18%

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

#132578 (or 0x132578) is known color: Midnight Blue. HEX triplet: 13, 25 and 78. RGB value is (19,37,120). Sum of RGB (Red+Green+Blue) = 19+37+120=176 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.80% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #132578 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132578 is #ECDA87. Grayscale: #282828. Windows color (decimal): -15522440 or 7873811. OLE color: 7873811.

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

Color convert

RGB 19 37 120 -
CMYK 0.84 0.69 0 0.53
HSL 229.31º 0.73% 0.27% -
HSV(B) 229.31º 0.84% 0.47% -
XYZ 4.32 2.82 18.09 -
YUV 41.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 19 37 120 0.84 0.69 0 0.53 229.31 0.73 0.27
Hex 13 25 78 54 45 0 35 E5 49 1B
Octal 23 45 170 124 105 0 65 345 111 33
Binary 10011 100101 1111000 1010100 1000101 0 110101 11100101 1001001 11011

Color Harmonies of #132578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132578

Black with #132578

Text Example


Text Example

White with #132578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132578; }

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

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

background-color css

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

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

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

border-color css

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

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

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