#130FE0

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

Shades of Medium Blue #130FE0

Tints of Medium Blue #130FE0

Color information

#130FE0 (or 0x130FE0) is unknown color: approx Medium Blue. HEX triplet: 13, 0F and E0. RGB value is (19,15,224). Sum of RGB (Red+Green+Blue) = 19+15+224=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 224 (87.89% from 255 or 86.82% from 258); Max value from RGB is 224 - color contains mainly: blue. Hex color #130FE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130FE0 is #ECF01F. Grayscale: #272727. Windows color (decimal): -15527968 or 14683923. OLE color: 14683923.

HSL color Cylindrical-coordinate representation of color #130FE0: hue angle of 241.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130FE0 is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1915224-
CMYK0.920.9300.12
HSL241.15º87.45%46.86%-
HSV(B)241.15º93.3%87.84%-
XYZ13.895.8670.92-
YUV40.02231.83113.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.36%
GREEN value IS 15 (6.25% from 255) = 5.81%
BLUE value IS 224 (87.89% from 255) = 86.82%
R=7.36%
G=5.81%
B=86.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal19152240.920.9300.12241.1587.4546.86
Hex13FE05C5D0Cf1572f
Octal231734013413501436112757
Binary100111111111000001011100101110101100111100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,15,224); }

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

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

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

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

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

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

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