Html Css Color HEX #1D19CD Medium Blue

📋 copy color: '#1D19CD'

red 29 ◦ green 25 ◦ blue 205

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

Shades of Medium Blue #1D19CD

Tints of Medium Blue #1D19CD

RGB

 RED value IS 29 (11.72% from 255) = 11.2%

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

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

R = 11.2%
G = 9.65%
B = 79.15%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D19CD (or 0x1D19CD) is known color: Medium Blue. HEX triplet: 1D, 19 and CD. RGB value is (29,25,205). Sum of RGB (Red+Green+Blue) = 29+25+205=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D19CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D19CD is #E2E632. Grayscale: #2E2E2E. Windows color (decimal): -14870067 or 13441309. OLE color: 13441309.

HSL color Cylindrical-coordinate representation of color #1D19CD: hue angle of 241.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D19CD is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 25 205 -
CMYK 0.86 0.88 0 0.20
HSL 241.33º 0.78% 0.45% -
HSV(B) 241.33º 0.88% 0.8% -
XYZ 11.87 5.36 58.17 -
YUV 46.72 217.33 115.36 -
System Red Green Blue C M Y K H S L
Decimal 29 25 205 0.86 0.88 0 0.20 241.33 0.78 0.45
Hex 1D 19 CD 56 58 0 14 F1 4E 2D
Octal 35 31 315 126 130 0 24 361 116 55
Binary 11101 11001 11001101 1010110 1011000 0 10100 11110001 1001110 101101

Color Harmonies of #1D19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D19CD

Black with #1D19CD

Text Example


Text Example

White with #1D19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D19CD; }

 p { color: rgb(29,25,205); }

 H1.HeaderClassName
 {
   color: #1D19CD;
 }
 .AnyTagClassName
 {
   color: #1D19CD;
 }
</style>

background-color css

<style>
 a { background-color: #1D19CD; }

 a { background-color: rgb(29,25,205); }

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

border-color css

<style>
 span { border-color: #1D19CD; }

 span { border-color: rgb(29,25,205); }

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