#13185B

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

Shades of Midnight Blue #13185B

Tints of Midnight Blue #13185B

Color information

#13185B (or 0x13185B) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 5B. RGB value is (19,24,91). Sum of RGB (Red+Green+Blue) = 19+24+91=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #13185B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13185B is #ECE7A4. Grayscale: #1D1D1D. Windows color (decimal): -15525797 or 5969939. OLE color: 5969939.

HSL color Cylindrical-coordinate representation of color #13185B: hue angle of 235.83º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13185B is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB192491-
CMYK0.790.7400.64
HSL235.83º65.45%21.57%-
HSV(B)235.83º79.12%35.69%-
XYZ2.481.5510.07-
YUV30.14162.34120.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 91 (35.94% from 255) = 67.91%
R=14.18%
G=17.91%
B=67.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1924910.790.7400.64235.8365.4521.57
Hex13185B4F4A040ec4116
Octal2330133117112010035410126
Binary10011110001011011100111110010100100000011101100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13185B; }

 p { color: rgb(19,24,91); }

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

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

 a { background-color: rgb(19,24,91); }

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

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

 span { border-color: rgb(19,24,91); }

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