Html Css Color HEX #130AC0 Medium Blue

📋 copy color: '#130AC0'

red 19 ◦ green 10 ◦ blue 192

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

Shades of Medium Blue #130AC0

Tints of Medium Blue #130AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 86.88%

R = 8.6%
G = 4.52%
B = 86.88%

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

#130AC0 (or 0x130AC0) is known color: Medium Blue. HEX triplet: 13, 0A and C0. RGB value is (19,10,192). Sum of RGB (Red+Green+Blue) = 19+10+192=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 192 (75.39% from 255 or 86.88% from 221); Max value from RGB is 192 - color contains mainly: blue. Hex color #130AC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130AC0 is #ECF53F. Grayscale: #202020. Windows color (decimal): -15529280 or 12585491. OLE color: 12585491.

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

Color convert

RGB 19 10 192 -
CMYK 0.90 0.95 0 0.25
HSL 242.97º 0.9% 0.4% -
HSV(B) 242.97º 0.95% 0.75% -
XYZ 9.89 4.16 50.15 -
YUV 33.44 217.48 117.7 -
System Red Green Blue C M Y K H S L
Decimal 19 10 192 0.90 0.95 0 0.25 242.97 0.9 0.4
Hex 13 A C0 5A 5F 0 19 F3 5A 28
Octal 23 12 300 132 137 0 31 363 132 50
Binary 10011 1010 11000000 1011010 1011111 0 11001 11110011 1011010 101000

Color Harmonies of #130AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130AC0

Black with #130AC0

Text Example


Text Example

White with #130AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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