Html Css Color HEX #1513CD Medium Blue

📋 copy color: '#1513CD'

red 21 ◦ green 19 ◦ blue 205

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

Shades of Medium Blue #1513CD

Tints of Medium Blue #1513CD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.76%

 BLUE value IS 205 (80.47% from 255) = 83.67%

R = 8.57%
G = 7.76%
B = 83.67%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1513CD (or 0x1513CD) is known color: Medium Blue. HEX triplet: 15, 13 and CD. RGB value is (21,19,205). Sum of RGB (Red+Green+Blue) = 21+19+205=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 205 (80.47% from 255 or 83.67% from 245); Max value from RGB is 205 - color contains mainly: blue. Hex color #1513CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1513CD is #EAEC32. Grayscale: #282828. Windows color (decimal): -15395891 or 13439765. OLE color: 13439765.

HSL color Cylindrical-coordinate representation of color #1513CD: hue angle of 240.65º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1513CD is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 21 19 205 -
CMYK 0.90 0.91 0 0.20
HSL 240.65º 0.83% 0.44% -
HSV(B) 240.65º 0.91% 0.8% -
XYZ 11.56 5.03 58.12 -
YUV 40.8 220.66 113.88 -
System Red Green Blue C M Y K H S L
Decimal 21 19 205 0.90 0.91 0 0.20 240.65 0.83 0.44
Hex 15 13 CD 5A 5B 0 14 F1 53 2C
Octal 25 23 315 132 133 0 24 361 123 54
Binary 10101 10011 11001101 1011010 1011011 0 10100 11110001 1010011 101100

Color Harmonies of #1513CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1513CD

Black with #1513CD

Text Example


Text Example

White with #1513CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1513CD; }

 p { color: rgb(21,19,205); }

 H1.HeaderClassName
 {
   color: #1513CD;
 }
 .AnyTagClassName
 {
   color: #1513CD;
 }
</style>

background-color css

<style>
 a { background-color: #1513CD; }

 a { background-color: rgb(21,19,205); }

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

border-color css

<style>
 span { border-color: #1513CD; }

 span { border-color: rgb(21,19,205); }

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