Html Css Color HEX #130CE1 Medium Blue

📋 copy color: '#130CE1'

red 19 ◦ green 12 ◦ blue 225

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

Shades of Medium Blue #130CE1

Tints of Medium Blue #130CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.69%

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

R = 7.42%
G = 4.69%
B = 87.89%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#130CE1 (or 0x130CE1) is known color: Medium Blue. HEX triplet: 13, 0C and E1. RGB value is (19,12,225). Sum of RGB (Red+Green+Blue) = 19+12+225=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 225 (88.28% from 255 or 87.89% from 256); Max value from RGB is 225 - color contains mainly: blue. Hex color #130CE1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CE1 is #ECF31E. Grayscale: #252525. Windows color (decimal): -15528735 or 14748691. OLE color: 14748691.

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

Color convert

RGB 19 12 225 -
CMYK 0.92 0.95 0 0.12
HSL 241.97º 0.9% 0.46% -
HSV(B) 241.97º 0.95% 0.88% -
XYZ 13.99 5.84 71.62 -
YUV 38.38 233.32 114.18 -
System Red Green Blue C M Y K H S L
Decimal 19 12 225 0.92 0.95 0 0.12 241.97 0.9 0.46
Hex 13 C E1 5C 5F 0 C F2 5A 2E
Octal 23 14 341 134 137 0 14 362 132 56
Binary 10011 1100 11100001 1011100 1011111 0 1100 11110010 1011010 101110

Color Harmonies of #130CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130CE1

Black with #130CE1

Text Example


Text Example

White with #130CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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