#131E6E

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

Shades of Midnight Blue #131E6E

Tints of Midnight Blue #131E6E

Color information

#131E6E (or 0x131E6E) is unknown color: approx Midnight Blue. HEX triplet: 13, 1E and 6E. RGB value is (19,30,110). Sum of RGB (Red+Green+Blue) = 19+30+110=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 110 (43.36% from 255 or 69.18% from 159); Max value from RGB is 110 - color contains mainly: blue. Hex color #131E6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E6E is #ECE191. Grayscale: #232323. Windows color (decimal): -15524242 or 7216659. OLE color: 7216659.

HSL color Cylindrical-coordinate representation of color #131E6E: hue angle of 232.75º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131E6E is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1930110-
CMYK0.830.7300.57
HSL232.75º70.54%25.29%-
HSV(B)232.75º82.73%43.14%-
XYZ3.552.1914.99-
YUV35.83169.86116-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 110 (43.36% from 255) = 69.18%
R=11.95%
G=18.87%
B=69.18%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19301100.830.7300.57232.7570.5425.29
Hex131E6E5349039e94719
Octal233615612311107135110731
Binary1001111110110111010100111001001011100111101001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131E6E; }

 p { color: rgb(19,30,110); }

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

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

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

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

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

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

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