Html Css Color HEX #1318CD Medium Blue

📋 copy color: '#1318CD'

red 19 ◦ green 24 ◦ blue 205

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

Shades of Medium Blue #1318CD

Tints of Medium Blue #1318CD

RGB

 RED value IS 19 (7.81% from 255) = 7.66%

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 7.66%
G = 9.68%
B = 82.66%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1318CD (or 0x1318CD) is known color: Medium Blue. HEX triplet: 13, 18 and CD. RGB value is (19,24,205). Sum of RGB (Red+Green+Blue) = 19+24+205=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 205 (80.47% from 255 or 82.66% from 248); Max value from RGB is 205 - color contains mainly: blue. Hex color #1318CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1318CD is #ECE732. Grayscale: #2A2A2A. Windows color (decimal): -15525683 or 13441043. OLE color: 13441043.

HSL color Cylindrical-coordinate representation of color #1318CD: hue angle of 238.39º 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 #1318CD is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 24 205 -
CMYK 0.91 0.88 0 0.20
HSL 238.39º 0.83% 0.44% -
HSV(B) 238.39º 0.91% 0.8% -
XYZ 11.61 5.2 58.15 -
YUV 43.14 219.34 110.78 -
System Red Green Blue C M Y K H S L
Decimal 19 24 205 0.91 0.88 0 0.20 238.39 0.83 0.44
Hex 13 18 CD 5B 58 0 14 EE 53 2C
Octal 23 30 315 133 130 0 24 356 123 54
Binary 10011 11000 11001101 1011011 1011000 0 10100 11101110 1010011 101100

Color Harmonies of #1318CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1318CD

Black with #1318CD

Text Example


Text Example

White with #1318CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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