#131DE3

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

Shades of Medium Blue #131DE3

Tints of Medium Blue #131DE3

Color information

#131DE3 (or 0x131DE3) is unknown color: approx Medium Blue. HEX triplet: 13, 1D and E3. RGB value is (19,29,227). Sum of RGB (Red+Green+Blue) = 19+29+227=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 227 (89.06% from 255 or 82.55% from 275); Max value from RGB is 227 - color contains mainly: blue. Hex color #131DE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131DE3 is #ECE21C. Grayscale: #2F2F2F. Windows color (decimal): -15524381 or 14884115. OLE color: 14884115.

HSL color Cylindrical-coordinate representation of color #131DE3: hue angle of 237.12º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131DE3 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1929227-
CMYK0.920.8700.11
HSL237.12º84.55%48.24%-
HSV(B)237.12º91.63%89.02%-
XYZ14.576.5673.17-
YUV48.58228.69106.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.91%
GREEN value IS 29 (11.72% from 255) = 10.55%
BLUE value IS 227 (89.06% from 255) = 82.55%
R=6.91%
G=10.55%
B=82.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19292270.920.8700.11237.1284.5548.24
Hex131DE35C570Bed5530
Octal233534313412701335512560
Binary1001111101111000111011100101011101011111011011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,29,227); }

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

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

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

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

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

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

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