Html Css Color HEX #130ABF Medium Blue

📋 copy color: '#130ABF'

red 19 ◦ green 10 ◦ blue 191

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

Shades of Medium Blue #130ABF

Tints of Medium Blue #130ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 86.82%

R = 8.64%
G = 4.55%
B = 86.82%

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

#130ABF (or 0x130ABF) is known color: Medium Blue. HEX triplet: 13, 0A and BF. RGB value is (19,10,191). Sum of RGB (Red+Green+Blue) = 19+10+191=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 191 (75% from 255 or 86.82% from 220); Max value from RGB is 191 - color contains mainly: blue. Hex color #130ABF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ABF is #ECF540. Grayscale: #202020. Windows color (decimal): -15529281 or 12519955. OLE color: 12519955.

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

Color convert

RGB 19 10 191 -
CMYK 0.90 0.95 0 0.25
HSL 242.98º 0.9% 0.39% -
HSV(B) 242.98º 0.95% 0.75% -
XYZ 9.78 4.12 49.57 -
YUV 33.33 216.98 117.78 -
System Red Green Blue C M Y K H S L
Decimal 19 10 191 0.90 0.95 0 0.25 242.98 0.9 0.39
Hex 13 A BF 5A 5F 0 19 F3 5A 27
Octal 23 12 277 132 137 0 31 363 132 47
Binary 10011 1010 10111111 1011010 1011111 0 11001 11110011 1011010 100111

Color Harmonies of #130ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130ABF

Black with #130ABF

Text Example


Text Example

White with #130ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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