Html Css Color HEX #130ABC Medium Blue

📋 copy color: '#130ABC'

red 19 ◦ green 10 ◦ blue 188

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

Shades of Medium Blue #130ABC

Tints of Medium Blue #130ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 86.64%

R = 8.76%
G = 4.61%
B = 86.64%

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

#130ABC (or 0x130ABC) is known color: Medium Blue. HEX triplet: 13, 0A and BC. RGB value is (19,10,188). Sum of RGB (Red+Green+Blue) = 19+10+188=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 188 (73.83% from 255 or 86.64% from 217); Max value from RGB is 188 - color contains mainly: blue. Hex color #130ABC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ABC is #ECF543. Grayscale: #202020. Windows color (decimal): -15529284 or 12323347. OLE color: 12323347.

HSL color Cylindrical-coordinate representation of color #130ABC: hue angle of 243.03º 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 #130ABC is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 10 188 -
CMYK 0.90 0.95 0 0.26
HSL 243.03º 0.9% 0.39% -
HSV(B) 243.03º 0.95% 0.74% -
XYZ 9.45 3.99 47.85 -
YUV 32.98 215.48 118.03 -
System Red Green Blue C M Y K H S L
Decimal 19 10 188 0.90 0.95 0 0.26 243.03 0.9 0.39
Hex 13 A BC 5A 5F 0 1A F3 5A 27
Octal 23 12 274 132 137 0 32 363 132 47
Binary 10011 1010 10111100 1011010 1011111 0 11010 11110011 1011010 100111

Color Harmonies of #130ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130ABC

Black with #130ABC

Text Example


Text Example

White with #130ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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