Html Css Color HEX #1D19CE Medium Blue

📋 copy color: '#1D19CE'

red 29 ◦ green 25 ◦ blue 206

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

Shades of Medium Blue #1D19CE

Tints of Medium Blue #1D19CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 79.23%

R = 11.15%
G = 9.62%
B = 79.23%

CMYK

 C value IS 0.86

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D19CE (or 0x1D19CE) is known color: Medium Blue. HEX triplet: 1D, 19 and CE. RGB value is (29,25,206). Sum of RGB (Red+Green+Blue) = 29+25+206=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D19CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D19CE is #E2E631. Grayscale: #2E2E2E. Windows color (decimal): -14870066 or 13506845. OLE color: 13506845.

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

Color convert

RGB 29 25 206 -
CMYK 0.86 0.88 0 0.19
HSL 241.33º 0.78% 0.45% -
HSV(B) 241.33º 0.88% 0.81% -
XYZ 11.99 5.41 58.81 -
YUV 46.83 217.83 115.28 -
System Red Green Blue C M Y K H S L
Decimal 29 25 206 0.86 0.88 0 0.19 241.33 0.78 0.45
Hex 1D 19 CE 56 58 0 13 F1 4E 2D
Octal 35 31 316 126 130 0 23 361 116 55
Binary 11101 11001 11001110 1010110 1011000 0 10011 11110001 1001110 101101

Color Harmonies of #1D19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D19CE

Black with #1D19CE

Text Example


Text Example

White with #1D19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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