Html Css Color HEX #130AC5 Medium Blue

📋 copy color: '#130AC5'

red 19 ◦ green 10 ◦ blue 197

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

Shades of Medium Blue #130AC5

Tints of Medium Blue #130AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 87.17%

R = 8.41%
G = 4.42%
B = 87.17%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#130AC5 (or 0x130AC5) is known color: Medium Blue. HEX triplet: 13, 0A and C5. RGB value is (19,10,197). Sum of RGB (Red+Green+Blue) = 19+10+197=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 197 (77.34% from 255 or 87.17% from 226); Max value from RGB is 197 - color contains mainly: blue. Hex color #130AC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130AC5 is #ECF53A. Grayscale: #212121. Windows color (decimal): -15529275 or 12913171. OLE color: 12913171.

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

Color convert

RGB 19 10 197 -
CMYK 0.90 0.95 0 0.23
HSL 242.89º 0.9% 0.41% -
HSV(B) 242.89º 0.95% 0.77% -
XYZ 10.46 4.39 53.12 -
YUV 34.01 219.98 117.29 -
System Red Green Blue C M Y K H S L
Decimal 19 10 197 0.90 0.95 0 0.23 242.89 0.9 0.41
Hex 13 A C5 5A 5F 0 17 F3 5A 29
Octal 23 12 305 132 137 0 27 363 132 51
Binary 10011 1010 11000101 1011010 1011111 0 10111 11110011 1011010 101001

Color Harmonies of #130AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130AC5

Black with #130AC5

Text Example


Text Example

White with #130AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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