#130ECD

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

Shades of Medium Blue #130ECD

Tints of Medium Blue #130ECD

Color information

#130ECD (or 0x130ECD) is unknown color: approx Medium Blue. HEX triplet: 13, 0E and CD. RGB value is (19,14,205). Sum of RGB (Red+Green+Blue) = 19+14+205=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 205 (80.47% from 255 or 86.13% from 238); Max value from RGB is 205 - color contains mainly: blue. Hex color #130ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ECD is #ECF132. Grayscale: #242424. Windows color (decimal): -15528243 or 13438483. OLE color: 13438483.

HSL color Cylindrical-coordinate representation of color #130ECD: hue angle of 241.57º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130ECD is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1914205-
CMYK0.910.9300.20
HSL241.57º87.21%42.94%-
HSV(B)241.57º93.17%80.39%-
XYZ11.454.8658.09-
YUV37.27222.66114.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 14 (5.86% from 255) = 5.88%
BLUE value IS 205 (80.47% from 255) = 86.13%
R=7.98%
G=5.88%
B=86.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19142050.910.9300.20241.5787.2142.94
Hex13ECD5B5D014f2572b
Octal231631513313502436212753
Binary1001111101100110110110111011101010100111100101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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