#130ACC

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

Shades of Medium Blue #130ACC

Tints of Medium Blue #130ACC

Color information

#130ACC (or 0x130ACC) is unknown color: approx Medium Blue. HEX triplet: 13, 0A and CC. RGB value is (19,10,204). Sum of RGB (Red+Green+Blue) = 19+10+204=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #130ACC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ACC is #ECF533. Grayscale: #222222. Windows color (decimal): -15529268 or 13371923. OLE color: 13371923.

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

Color convert

RGB1910204-
CMYK0.910.9500.2
HSL242.78º90.65%41.96%-
HSV(B)242.78º95.1%80%-
XYZ11.284.7257.44-
YUV34.81223.48116.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 204 (80.08% from 255) = 87.55%
R=8.15%
G=4.29%
B=87.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal19102040.910.9500.2242.7890.6541.96
Hex13ACC5B5F014f35b2a
Octal231231413313702436313352
Binary1001110101100110010110111011111010100111100111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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