#131E6B

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

Shades of Midnight Blue #131E6B

Tints of Midnight Blue #131E6B

Color information

#131E6B (or 0x131E6B) is unknown color: approx Midnight Blue. HEX triplet: 13, 1E and 6B. RGB value is (19,30,107). Sum of RGB (Red+Green+Blue) = 19+30+107=156 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.18% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #131E6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E6B is #ECE194. Grayscale: #232323. Windows color (decimal): -15524245 or 7020051. OLE color: 7020051.

HSL color Cylindrical-coordinate representation of color #131E6B: hue angle of 232.5º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131E6B is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1930107-
CMYK0.820.7200.58
HSL232.5º69.84%24.71%-
HSV(B)232.5º82.24%41.96%-
XYZ3.392.1314.14-
YUV35.49168.36116.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.18%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 107 (42.19% from 255) = 68.59%
R=12.18%
G=19.23%
B=68.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19301070.820.7200.58232.569.8424.71
Hex131E6B524803Ae84619
Octal233615312211007235010631
Binary1001111110110101110100101001000011101011101000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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