Html Css Color HEX #130ABD Medium Blue

📋 copy color: '#130ABD'

red 19 ◦ green 10 ◦ blue 189

#130ABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #130ABD

Tints of Medium Blue #130ABD

RGB

 RED value IS 19 (7.81% from 255) = 8.72%

 GREEN value IS 10 (4.3% from 255) = 4.59%

 BLUE value IS 189 (74.22% from 255) = 86.7%

R = 8.72%
G = 4.59%
B = 86.7%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#130ABD (or 0x130ABD) is known color: Medium Blue. HEX triplet: 13, 0A and BD. RGB value is (19,10,189). Sum of RGB (Red+Green+Blue) = 19+10+189=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 189 (74.22% from 255 or 86.70% from 218); Max value from RGB is 189 - color contains mainly: blue. Hex color #130ABD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ABD is #ECF542. Grayscale: #202020. Windows color (decimal): -15529283 or 12388883. OLE color: 12388883.

HSL color Cylindrical-coordinate representation of color #130ABD: hue angle of 243.02º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130ABD is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 10 189 -
CMYK 0.90 0.95 0 0.26
HSL 243.02º 0.9% 0.39% -
HSV(B) 243.02º 0.95% 0.74% -
XYZ 9.56 4.03 48.42 -
YUV 33.1 215.98 117.95 -
System Red Green Blue C M Y K H S L
Decimal 19 10 189 0.90 0.95 0 0.26 243.02 0.9 0.39
Hex 13 A BD 5A 5F 0 1A F3 5A 27
Octal 23 12 275 132 137 0 32 363 132 47
Binary 10011 1010 10111101 1011010 1011111 0 11010 11110011 1011010 100111

Color Harmonies of #130ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130ABD

Black with #130ABD

Text Example


Text Example

White with #130ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #130ABD;
 }
 .AnyTagClassName
 {
   color: #130ABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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