Html Css Color HEX #1519CC Medium Blue

📋 copy color: '#1519CC'

red 21 ◦ green 25 ◦ blue 204

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

Shades of Medium Blue #1519CC

Tints of Medium Blue #1519CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 81.6%

R = 8.4%
G = 10%
B = 81.6%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1519CC (or 0x1519CC) is known color: Medium Blue. HEX triplet: 15, 19 and CC. RGB value is (21,25,204). Sum of RGB (Red+Green+Blue) = 21+25+204=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #1519CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519CC is #EAE633. Grayscale: #2B2B2B. Windows color (decimal): -15394356 or 13375765. OLE color: 13375765.

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

Color convert

RGB 21 25 204 -
CMYK 0.90 0.88 0 0.2
HSL 238.69º 0.81% 0.44% -
HSV(B) 238.69º 0.9% 0.8% -
XYZ 11.56 5.21 57.52 -
YUV 44.21 218.17 111.45 -
System Red Green Blue C M Y K H S L
Decimal 21 25 204 0.90 0.88 0 0.2 238.69 0.81 0.44
Hex 15 19 CC 5A 58 0 14 EF 51 2C
Octal 25 31 314 132 130 0 24 357 121 54
Binary 10101 11001 11001100 1011010 1011000 0 10100 11101111 1010001 101100

Color Harmonies of #1519CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519CC

Black with #1519CC

Text Example


Text Example

White with #1519CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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