Html Css Color HEX #1519CE Medium Blue

📋 copy color: '#1519CE'

red 21 ◦ green 25 ◦ blue 206

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

Shades of Medium Blue #1519CE

Tints of Medium Blue #1519CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 81.75%

R = 8.33%
G = 9.92%
B = 81.75%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1519CE (or 0x1519CE) is known color: Medium Blue. HEX triplet: 15, 19 and CE. RGB value is (21,25,206). Sum of RGB (Red+Green+Blue) = 21+25+206=252 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.33% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 206 (80.86% from 255 or 81.75% from 252); Max value from RGB is 206 - color contains mainly: blue. Hex color #1519CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519CE is #EAE631. Grayscale: #2B2B2B. Windows color (decimal): -15394354 or 13506837. OLE color: 13506837.

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

Color convert

RGB 21 25 206 -
CMYK 0.90 0.88 0 0.19
HSL 238.7º 0.81% 0.45% -
HSV(B) 238.7º 0.9% 0.81% -
XYZ 11.8 5.31 58.8 -
YUV 44.44 219.17 111.28 -
System Red Green Blue C M Y K H S L
Decimal 21 25 206 0.90 0.88 0 0.19 238.7 0.81 0.45
Hex 15 19 CE 5A 58 0 13 EF 51 2D
Octal 25 31 316 132 130 0 23 357 121 55
Binary 10101 11001 11001110 1011010 1011000 0 10011 11101111 1010001 101101

Color Harmonies of #1519CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519CE

Black with #1519CE

Text Example


Text Example

White with #1519CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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