#130BDC

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

Shades of Medium Blue #130BDC

Tints of Medium Blue #130BDC

Color information

#130BDC (or 0x130BDC) is unknown color: approx Medium Blue. HEX triplet: 13, 0B and DC. RGB value is (19,11,220). Sum of RGB (Red+Green+Blue) = 19+11+220=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 220 (86.33% from 255 or 88% from 250); Max value from RGB is 220 - color contains mainly: blue. Hex color #130BDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BDC is #ECF423. Grayscale: #242424. Windows color (decimal): -15528996 or 14420755. OLE color: 14420755.

HSL color Cylindrical-coordinate representation of color #130BDC: hue angle of 242.3º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130BDC is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1911220-
CMYK0.910.9500.14
HSL242.3º90.48%45.29%-
HSV(B)242.3º95%86.27%-
XYZ13.315.5568.08-
YUV37.22231.15115.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.6%
GREEN value IS 11 (4.69% from 255) = 4.4%
BLUE value IS 220 (86.33% from 255) = 88%
R=7.6%
G=4.4%
B=88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal19112200.910.9500.14242.390.4845.29
Hex13BDC5B5F0Ef25a2d
Octal231333413313701636213255
Binary100111011110111001011011101111101110111100101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,11,220); }

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

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

 a { background-color: rgb(19,11,220); }

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

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

 span { border-color: rgb(19,11,220); }

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