Html Css Color HEX #132388 Midnight Blue

📋 copy color: '#132388'

red 19 ◦ green 35 ◦ blue 136

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

Shades of Midnight Blue #132388

Tints of Midnight Blue #132388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 71.58%

R = 10%
G = 18.42%
B = 71.58%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#132388 (or 0x132388) is known color: Midnight Blue. HEX triplet: 13, 23 and 88. RGB value is (19,35,136). Sum of RGB (Red+Green+Blue) = 19+35+136=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #132388 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132388 is #ECDC77. Grayscale: #292929. Windows color (decimal): -15522936 or 8921875. OLE color: 8921875.

HSL color Cylindrical-coordinate representation of color #132388: hue angle of 231.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #132388 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 35 136 -
CMYK 0.86 0.74 0 0.47
HSL 231.79º 0.75% 0.3% -
HSV(B) 231.79º 0.86% 0.53% -
XYZ 5.31 3.12 23.61 -
YUV 41.73 181.2 111.79 -
System Red Green Blue C M Y K H S L
Decimal 19 35 136 0.86 0.74 0 0.47 231.79 0.75 0.3
Hex 13 23 88 56 4A 0 2F E8 4B 1E
Octal 23 43 210 126 112 0 57 350 113 36
Binary 10011 100011 10001000 1010110 1001010 0 101111 11101000 1001011 11110

Color Harmonies of #132388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132388

Black with #132388

Text Example


Text Example

White with #132388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132388; }

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

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

background-color css

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

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

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

border-color css

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

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

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