#130EB5

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

Shades of Medium Blue #130EB5

Tints of Medium Blue #130EB5

Color information

#130EB5 (or 0x130EB5) is unknown color: approx Medium Blue. HEX triplet: 13, 0E and B5. RGB value is (19,14,181). Sum of RGB (Red+Green+Blue) = 19+14+181=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 181 (71.09% from 255 or 84.58% from 214); Max value from RGB is 181 - color contains mainly: blue. Hex color #130EB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130EB5 is #ECF14A. Grayscale: #212121. Windows color (decimal): -15528267 or 11865619. OLE color: 11865619.

HSL color Cylindrical-coordinate representation of color #130EB5: hue angle of 241.8º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130EB5 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1914181-
CMYK0.900.9200.29
HSL241.8º85.64%38.24%-
HSV(B)241.8º92.27%70.98%-
XYZ8.773.7943.99-
YUV34.53210.66116.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 14 (5.86% from 255) = 6.54%
BLUE value IS 181 (71.09% from 255) = 84.58%
R=8.88%
G=6.54%
B=84.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19141810.900.9200.29241.885.6438.24
Hex13EB55A5C01Df25626
Octal231626513213403536212646
Binary1001111101011010110110101011100011101111100101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130EB5; }

 p { color: rgb(19,14,181); }

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

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

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

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

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

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

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