Html Css Color HEX #1915BE Medium Blue

📋 copy color: '#1915BE'

red 25 ◦ green 21 ◦ blue 190

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

Shades of Medium Blue #1915BE

Tints of Medium Blue #1915BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 80.51%

R = 10.59%
G = 8.9%
B = 80.51%

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

#1915BE (or 0x1915BE) is known color: Medium Blue. HEX triplet: 19, 15 and BE. RGB value is (25,21,190). Sum of RGB (Red+Green+Blue) = 25+21+190=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #1915BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915BE is #E6EA41. Grayscale: #282828. Windows color (decimal): -15133250 or 12457241. OLE color: 12457241.

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

Color convert

RGB 25 21 190 -
CMYK 0.87 0.89 0 0.25
HSL 241.42º 0.8% 0.41% -
HSV(B) 241.42º 0.89% 0.75% -
XYZ 9.96 4.46 49.05 -
YUV 41.46 211.83 116.26 -
System Red Green Blue C M Y K H S L
Decimal 25 21 190 0.87 0.89 0 0.25 241.42 0.8 0.41
Hex 19 15 BE 57 59 0 19 F1 50 29
Octal 31 25 276 127 131 0 31 361 120 51
Binary 11001 10101 10111110 1010111 1011001 0 11001 11110001 1010000 101001

Color Harmonies of #1915BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1915BE

Black with #1915BE

Text Example


Text Example

White with #1915BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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