#131358

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

Shades of Midnight Blue #131358

Tints of Midnight Blue #131358

Color information

#131358 (or 0x131358) is unknown color: approx Midnight Blue. HEX triplet: 13, 13 and 58. RGB value is (19,19,88). Sum of RGB (Red+Green+Blue) = 19+19+88=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 88 (34.77% from 255 or 69.84% from 126); Max value from RGB is 88 - color contains mainly: blue. Hex color #131358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131358 is #ECECA7. Grayscale: #1A1A1A. Windows color (decimal): -15527080 or 5772051. OLE color: 5772051.

HSL color Cylindrical-coordinate representation of color #131358: hue angle of 240º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131358 is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB191988-
CMYK0.780.7800.65
HSL240º64.49%20.98%-
HSV(B)240º78.41%34.51%-
XYZ2.261.319.37-
YUV26.87162.5122.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 88 (34.77% from 255) = 69.84%
R=15.08%
G=15.08%
B=69.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1919880.780.7800.6524064.4920.98
Hex1313584E4E041f04015
Octal2323130116116010136010025
Binary10011100111011000100111010011100100000111110000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131358; }

 p { color: rgb(19,19,88); }

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

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

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

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

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

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

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