Html Css Color HEX #1519BF Medium Blue

📋 copy color: '#1519BF'

red 21 ◦ green 25 ◦ blue 191

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

Shades of Medium Blue #1519BF

Tints of Medium Blue #1519BF

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1519BF (or 0x1519BF) is known color: Medium Blue. HEX triplet: 15, 19 and BF. RGB value is (21,25,191). Sum of RGB (Red+Green+Blue) = 21+25+191=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 25 (10.16% from 255 or 10.55% 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 #1519BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519BF is #EAE640. Grayscale: #2A2A2A. Windows color (decimal): -15394369 or 12523797. OLE color: 12523797.

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

Color convert

RGB 21 25 191 -
CMYK 0.89 0.87 0 0.25
HSL 238.59º 0.8% 0.42% -
HSV(B) 238.59º 0.89% 0.75% -
XYZ 10.06 4.62 49.65 -
YUV 42.73 211.67 112.5 -
System Red Green Blue C M Y K H S L
Decimal 21 25 191 0.89 0.87 0 0.25 238.59 0.8 0.42
Hex 15 19 BF 59 57 0 19 EF 50 2A
Octal 25 31 277 131 127 0 31 357 120 52
Binary 10101 11001 10111111 1011001 1010111 0 11001 11101111 1010000 101010

Color Harmonies of #1519BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519BF

Black with #1519BF

Text Example


Text Example

White with #1519BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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