#13157D

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

Shades of Midnight Blue #13157D

Tints of Midnight Blue #13157D

Color information

#13157D (or 0x13157D) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 7D. RGB value is (19,21,125). Sum of RGB (Red+Green+Blue) = 19+21+125=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 125 (49.22% from 255 or 75.76% from 165); Max value from RGB is 125 - color contains mainly: blue. Hex color #13157D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13157D is #ECEA82. Grayscale: #1F1F1F. Windows color (decimal): -15526531 or 8197395. OLE color: 8197395.

HSL color Cylindrical-coordinate representation of color #13157D: hue angle of 238.87º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13157D is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1921125-
CMYK0.850.8300.51
HSL238.87º73.61%28.24%-
HSV(B)238.87º84.8%49.02%-
XYZ4.242.1619.59-
YUV32.26180.34118.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.52%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 125 (49.22% from 255) = 75.76%
R=11.52%
G=12.73%
B=75.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal19211250.850.8300.51238.8773.6128.24
Hex13157D5553033ef4a1c
Octal232517512512306335711234
Binary1001110101111110110101011010011011001111101111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13157D; }

 p { color: rgb(19,21,125); }

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

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

 a { background-color: rgb(19,21,125); }

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

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

 span { border-color: rgb(19,21,125); }

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