Html Css Color HEX #1519C9 Medium Blue

📋 copy color: '#1519C9'

red 21 ◦ green 25 ◦ blue 201

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

Shades of Medium Blue #1519C9

Tints of Medium Blue #1519C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 81.38%

R = 8.5%
G = 10.12%
B = 81.38%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1519C9 (or 0x1519C9) is known color: Medium Blue. HEX triplet: 15, 19 and C9. RGB value is (21,25,201). Sum of RGB (Red+Green+Blue) = 21+25+201=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 201 (78.91% from 255 or 81.38% from 247); Max value from RGB is 201 - color contains mainly: blue. Hex color #1519C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519C9 is #EAE636. Grayscale: #2B2B2B. Windows color (decimal): -15394359 or 13179157. OLE color: 13179157.

HSL color Cylindrical-coordinate representation of color #1519C9: hue angle of 238.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1519C9 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 25 201 -
CMYK 0.90 0.88 0 0.21
HSL 238.67º 0.81% 0.44% -
HSV(B) 238.67º 0.9% 0.79% -
XYZ 11.2 5.07 55.65 -
YUV 43.87 216.67 111.69 -
System Red Green Blue C M Y K H S L
Decimal 21 25 201 0.90 0.88 0 0.21 238.67 0.81 0.44
Hex 15 19 C9 5A 58 0 15 EF 51 2C
Octal 25 31 311 132 130 0 25 357 121 54
Binary 10101 11001 11001001 1011010 1011000 0 10101 11101111 1010001 101100

Color Harmonies of #1519C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519C9

Black with #1519C9

Text Example


Text Example

White with #1519C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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