Html Css Color HEX #1519CB Medium Blue

📋 copy color: '#1519CB'

red 21 ◦ green 25 ◦ blue 203

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

Shades of Medium Blue #1519CB

Tints of Medium Blue #1519CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 81.53%

R = 8.43%
G = 10.04%
B = 81.53%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1519CB (or 0x1519CB) is known color: Medium Blue. HEX triplet: 15, 19 and CB. RGB value is (21,25,203). Sum of RGB (Red+Green+Blue) = 21+25+203=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 203 (79.69% from 255 or 81.53% from 249); Max value from RGB is 203 - color contains mainly: blue. Hex color #1519CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519CB is #EAE634. Grayscale: #2B2B2B. Windows color (decimal): -15394357 or 13310229. OLE color: 13310229.

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

Color convert

RGB 21 25 203 -
CMYK 0.90 0.88 0 0.20
HSL 238.68º 0.81% 0.44% -
HSV(B) 238.68º 0.9% 0.8% -
XYZ 11.44 5.17 56.89 -
YUV 44.1 217.67 111.53 -
System Red Green Blue C M Y K H S L
Decimal 21 25 203 0.90 0.88 0 0.20 238.68 0.81 0.44
Hex 15 19 CB 5A 58 0 14 EF 51 2C
Octal 25 31 313 132 130 0 24 357 121 54
Binary 10101 11001 11001011 1011010 1011000 0 10100 11101111 1010001 101100

Color Harmonies of #1519CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519CB

Black with #1519CB

Text Example


Text Example

White with #1519CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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