Html Css Color HEX #1915C0 Medium Blue

📋 copy color: '#1915C0'

red 25 ◦ green 21 ◦ blue 192

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

Shades of Medium Blue #1915C0

Tints of Medium Blue #1915C0

RGB

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

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

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

R = 10.5%
G = 8.82%
B = 80.67%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1915C0 (or 0x1915C0) is known color: Medium Blue. HEX triplet: 19, 15 and C0. RGB value is (25,21,192). Sum of RGB (Red+Green+Blue) = 25+21+192=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 192 (75.39% from 255 or 80.67% from 238); Max value from RGB is 192 - color contains mainly: blue. Hex color #1915C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915C0 is #E6EA3F. Grayscale: #292929. Windows color (decimal): -15133248 or 12588313. OLE color: 12588313.

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

Color convert

RGB 25 21 192 -
CMYK 0.87 0.89 0 0.25
HSL 241.4º 0.8% 0.42% -
HSV(B) 241.4º 0.89% 0.75% -
XYZ 10.18 4.55 50.21 -
YUV 41.69 212.83 116.1 -
System Red Green Blue C M Y K H S L
Decimal 25 21 192 0.87 0.89 0 0.25 241.4 0.8 0.42
Hex 19 15 C0 57 59 0 19 F1 50 2A
Octal 31 25 300 127 131 0 31 361 120 52
Binary 11001 10101 11000000 1010111 1011001 0 11001 11110001 1010000 101010

Color Harmonies of #1915C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1915C0

Black with #1915C0

Text Example


Text Example

White with #1915C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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