Html Css Color HEX #1915BF Medium Blue

📋 copy color: '#1915BF'

red 25 ◦ green 21 ◦ blue 191

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

Shades of Medium Blue #1915BF

Tints of Medium Blue #1915BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 80.59%

R = 10.55%
G = 8.86%
B = 80.59%

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

#1915BF (or 0x1915BF) is known color: Medium Blue. HEX triplet: 19, 15 and BF. RGB value is (25,21,191). Sum of RGB (Red+Green+Blue) = 25+21+191=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #1915BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915BF is #E6EA40. Grayscale: #282828. Windows color (decimal): -15133249 or 12522777. OLE color: 12522777.

HSL color Cylindrical-coordinate representation of color #1915BF: hue angle of 241.41º 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 #1915BF is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 21 191 -
CMYK 0.87 0.89 0 0.25
HSL 241.41º 0.8% 0.42% -
HSV(B) 241.41º 0.89% 0.75% -
XYZ 10.07 4.5 49.63 -
YUV 41.58 212.33 116.18 -
System Red Green Blue C M Y K H S L
Decimal 25 21 191 0.87 0.89 0 0.25 241.41 0.8 0.42
Hex 19 15 BF 57 59 0 19 F1 50 2A
Octal 31 25 277 127 131 0 31 361 120 52
Binary 11001 10101 10111111 1010111 1011001 0 11001 11110001 1010000 101010

Color Harmonies of #1915BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1915BF

Black with #1915BF

Text Example


Text Example

White with #1915BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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