Html Css Color HEX #1519CA Medium Blue

📋 copy color: '#1519CA'

red 21 ◦ green 25 ◦ blue 202

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

Shades of Medium Blue #1519CA

Tints of Medium Blue #1519CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 81.45%

R = 8.47%
G = 10.08%
B = 81.45%

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

#1519CA (or 0x1519CA) is known color: Medium Blue. HEX triplet: 15, 19 and CA. RGB value is (21,25,202). Sum of RGB (Red+Green+Blue) = 21+25+202=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 202 (79.30% from 255 or 81.45% from 248); Max value from RGB is 202 - color contains mainly: blue. Hex color #1519CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519CA is #EAE635. Grayscale: #2B2B2B. Windows color (decimal): -15394358 or 13244693. OLE color: 13244693.

HSL color Cylindrical-coordinate representation of color #1519CA: 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 #1519CA is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 25 202 -
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.32 5.12 56.27 -
YUV 43.98 217.17 111.61 -
System Red Green Blue C M Y K H S L
Decimal 21 25 202 0.90 0.88 0 0.21 238.67 0.81 0.44
Hex 15 19 CA 5A 58 0 15 EF 51 2C
Octal 25 31 312 132 130 0 25 357 121 54
Binary 10101 11001 11001010 1011010 1011000 0 10101 11101111 1010001 101100

Color Harmonies of #1519CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519CA

Black with #1519CA

Text Example


Text Example

White with #1519CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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