Html Css Color HEX #1915C1 Medium Blue

📋 copy color: '#1915C1'

red 25 ◦ green 21 ◦ blue 193

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

Shades of Medium Blue #1915C1

Tints of Medium Blue #1915C1

RGB

 RED value IS 25 (10.16% from 255) = 10.46%

 GREEN value IS 21 (8.59% from 255) = 8.79%

 BLUE value IS 193 (75.78% from 255) = 80.75%

R = 10.46%
G = 8.79%
B = 80.75%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1915C1 (or 0x1915C1) is known color: Medium Blue. HEX triplet: 19, 15 and C1. RGB value is (25,21,193). Sum of RGB (Red+Green+Blue) = 25+21+193=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 193 (75.78% from 255 or 80.75% from 239); Max value from RGB is 193 - color contains mainly: blue. Hex color #1915C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915C1 is #E6EA3E. Grayscale: #292929. Windows color (decimal): -15133247 or 12653849. OLE color: 12653849.

HSL color Cylindrical-coordinate representation of color #1915C1: hue angle of 241.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1915C1 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 25 21 193 -
CMYK 0.87 0.89 0 0.24
HSL 241.4º 0.8% 0.42% -
HSV(B) 241.4º 0.89% 0.76% -
XYZ 10.29 4.59 50.8 -
YUV 41.8 213.33 116.01 -
System Red Green Blue C M Y K H S L
Decimal 25 21 193 0.87 0.89 0 0.24 241.4 0.8 0.42
Hex 19 15 C1 57 59 0 18 F1 50 2A
Octal 31 25 301 127 131 0 30 361 120 52
Binary 11001 10101 11000001 1010111 1011001 0 11000 11110001 1010000 101010

Color Harmonies of #1915C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1915C1

Black with #1915C1

Text Example


Text Example

White with #1915C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1915C1; }

 p { color: rgb(25,21,193); }

 H1.HeaderClassName
 {
   color: #1915C1;
 }
 .AnyTagClassName
 {
   color: #1915C1;
 }
</style>

background-color css

<style>
 a { background-color: #1915C1; }

 a { background-color: rgb(25,21,193); }

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

border-color css

<style>
 span { border-color: #1915C1; }

 span { border-color: rgb(25,21,193); }

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