Html Css Color HEX #130ABE Medium Blue

📋 copy color: '#130ABE'

red 19 ◦ green 10 ◦ blue 190

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

Shades of Medium Blue #130ABE

Tints of Medium Blue #130ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 86.76%

R = 8.68%
G = 4.57%
B = 86.76%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#130ABE (or 0x130ABE) is known color: Medium Blue. HEX triplet: 13, 0A and BE. RGB value is (19,10,190). Sum of RGB (Red+Green+Blue) = 19+10+190=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #130ABE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ABE is #ECF541. Grayscale: #202020. Windows color (decimal): -15529282 or 12454419. OLE color: 12454419.

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

Color convert

RGB 19 10 190 -
CMYK 0.90 0.95 0 0.25
HSL 243º 0.9% 0.39% -
HSV(B) 243º 0.95% 0.75% -
XYZ 9.67 4.07 48.99 -
YUV 33.21 216.48 117.86 -
System Red Green Blue C M Y K H S L
Decimal 19 10 190 0.90 0.95 0 0.25 243 0.9 0.39
Hex 13 A BE 5A 5F 0 19 F3 5A 27
Octal 23 12 276 132 137 0 31 363 132 47
Binary 10011 1010 10111110 1011010 1011111 0 11001 11110011 1011010 100111

Color Harmonies of #130ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130ABE

Black with #130ABE

Text Example


Text Example

White with #130ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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