#130ace

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

Shades of Medium Blue #130ACE

Tints of Medium Blue #130ACE

Color information

#130ACE (or 0x130ACE) is unknown color: approx Medium Blue. HEX triplet: 13, 0A and CE. RGB value is (19,10,206). Sum of RGB (Red+Green+Blue) = 19+10+206=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 206 (80.86% from 255 or 87.66% from 235); Max value from RGB is 206 - color contains mainly: blue. Hex color #130ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ACE is #ECF531. Grayscale: #222222. Windows color (decimal): -15529266 or 13502995. OLE color: 13502995.

HSL color Cylindrical-coordinate representation of color #130ACE: hue angle of 242.76º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130ACE is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1910206-
CMYK0.910.9500.19
HSL242.76º90.74%42.35%-
HSV(B)242.76º95.15%80.78%-
XYZ11.524.8158.71-
YUV35.03224.48116.56-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.09%
GREEN value IS 10 (4.30% from 255) = 4.26%
BLUE value IS 206 (80.86% from 255) = 87.66%
R=8.09%
G=4.26%
B=87.66%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal19102060.910.9500.19242.7690.7442.35
Hex13ACE5B5F013f35b2a
Octal231231613313702336313352
Binary1001110101100111010110111011111010011111100111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130ace

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,10,206); }

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

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

 a { background-color: rgb(19,10,206); }

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

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

 span { border-color: rgb(19,10,206); }

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