Html Css Color HEX #130AE1 Medium Blue

📋 copy color: '#130AE1'

red 19 ◦ green 10 ◦ blue 225

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

Shades of Medium Blue #130AE1

Tints of Medium Blue #130AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 88.58%

R = 7.48%
G = 3.94%
B = 88.58%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#130AE1 (or 0x130AE1) is known color: Medium Blue. HEX triplet: 13, 0A and E1. RGB value is (19,10,225). Sum of RGB (Red+Green+Blue) = 19+10+225=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 225 (88.28% from 255 or 88.58% from 254); Max value from RGB is 225 - color contains mainly: blue. Hex color #130AE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130AE1 is #ECF51E. Grayscale: #242424. Windows color (decimal): -15529247 or 14748179. OLE color: 14748179.

HSL color Cylindrical-coordinate representation of color #130AE1: hue angle of 242.51º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130AE1 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 10 225 -
CMYK 0.92 0.96 0 0.12
HSL 242.51º 0.91% 0.46% -
HSV(B) 242.51º 0.96% 0.88% -
XYZ 13.97 5.79 71.62 -
YUV 37.2 233.98 115.02 -
System Red Green Blue C M Y K H S L
Decimal 19 10 225 0.92 0.96 0 0.12 242.51 0.91 0.46
Hex 13 A E1 5C 60 0 C F3 5B 2E
Octal 23 12 341 134 140 0 14 363 133 56
Binary 10011 1010 11100001 1011100 1100000 0 1100 11110011 1011011 101110

Color Harmonies of #130AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130AE1

Black with #130AE1

Text Example


Text Example

White with #130AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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