#132688

Color #132688 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #132688

Tints of Midnight Blue #132688

Color information

#132688 (or 0x132688) is unknown color: approx Midnight Blue. HEX triplet: 13, 26 and 88. RGB value is (19,38,136). Sum of RGB (Red+Green+Blue) = 19+38+136=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 136 (53.52% from 255 or 70.47% from 193); Max value from RGB is 136 - color contains mainly: blue. Hex color #132688 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #132688 is #ECD977. Grayscale: #2B2B2B. Windows color (decimal): -15522168 or 8922643. OLE color: 8922643.

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

Color convert

RGB1938136-
CMYK0.860.7200.47
HSL230.26º75.48%30.39%-
HSV(B)230.26º86.03%53.33%-
XYZ5.413.323.65-
YUV43.49180.21110.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.84%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 136 (53.52% from 255) = 70.47%
R=9.84%
G=19.69%
B=70.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19381360.860.7200.47230.2675.4830.39
Hex132688564802Fe64b1e
Octal234621012611005734611336
Binary100111001101000100010101101001000010111111100110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132688; }

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

 H1.HeaderClassName
 {
   color: #132688;
 }
 .AnyTagClassName
 {
   color: #132688;
 }
</style>
background-color css

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

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

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

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

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

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