Html Css Color HEX #1519DA Medium Blue

📋 copy color: '#1519DA'

red 21 ◦ green 25 ◦ blue 218

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

Shades of Medium Blue #1519DA

Tints of Medium Blue #1519DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 82.58%

R = 7.95%
G = 9.47%
B = 82.58%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1519DA (or 0x1519DA) is known color: Medium Blue. HEX triplet: 15, 19 and DA. RGB value is (21,25,218). Sum of RGB (Red+Green+Blue) = 21+25+218=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 218 (85.55% from 255 or 82.58% from 264); Max value from RGB is 218 - color contains mainly: blue. Hex color #1519DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519DA is #EAE625. Grayscale: #2D2D2D. Windows color (decimal): -15394342 or 14293269. OLE color: 14293269.

HSL color Cylindrical-coordinate representation of color #1519DA: hue angle of 238.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1519DA is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 21 25 218 -
CMYK 0.90 0.89 0 0.15
HSL 238.78º 0.82% 0.47% -
HSV(B) 238.78º 0.9% 0.85% -
XYZ 13.31 5.92 66.77 -
YUV 45.81 225.17 110.31 -
System Red Green Blue C M Y K H S L
Decimal 21 25 218 0.90 0.89 0 0.15 238.78 0.82 0.47
Hex 15 19 DA 5A 59 0 F EF 52 2F
Octal 25 31 332 132 131 0 17 357 122 57
Binary 10101 11001 11011010 1011010 1011001 0 1111 11101111 1010010 101111

Color Harmonies of #1519DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519DA

Black with #1519DA

Text Example


Text Example

White with #1519DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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