Html Css Color HEX #132375 Midnight Blue

📋 copy color: '#132375'

red 19 ◦ green 35 ◦ blue 117

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

Shades of Midnight Blue #132375

Tints of Midnight Blue #132375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.42%

R = 11.11%
G = 20.47%
B = 68.42%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#132375 (or 0x132375) is known color: Midnight Blue. HEX triplet: 13, 23 and 75. RGB value is (19,35,117). Sum of RGB (Red+Green+Blue) = 19+35+117=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #132375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132375 is #ECDC8A. Grayscale: #272727. Windows color (decimal): -15522955 or 7676691. OLE color: 7676691.

HSL color Cylindrical-coordinate representation of color #132375: hue angle of 230.2º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #132375 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 35 117 -
CMYK 0.84 0.70 0 0.54
HSL 230.2º 0.72% 0.27% -
HSV(B) 230.2º 0.84% 0.46% -
XYZ 4.08 2.62 17.12 -
YUV 39.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 19 35 117 0.84 0.70 0 0.54 230.2 0.72 0.27
Hex 13 23 75 54 46 0 36 E6 48 1B
Octal 23 43 165 124 106 0 66 346 110 33
Binary 10011 100011 1110101 1010100 1000110 0 110110 11100110 1001000 11011

Color Harmonies of #132375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132375

Black with #132375

Text Example


Text Example

White with #132375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132375; }

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

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

background-color css

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

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

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

border-color css

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

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

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