Html Css Color HEX #1A19CE Medium Blue

📋 copy color: '#1A19CE'

red 26 ◦ green 25 ◦ blue 206

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

Shades of Medium Blue #1A19CE

Tints of Medium Blue #1A19CE

RGB

 RED value IS 26 (10.55% from 255) = 10.12%

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

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

R = 10.12%
G = 9.73%
B = 80.16%

CMYK

 C value IS 0.87

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1A19CE (or 0x1A19CE) is known color: Medium Blue. HEX triplet: 1A, 19 and CE. RGB value is (26,25,206). Sum of RGB (Red+Green+Blue) = 26+25+206=257 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.12% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 206 (80.86% from 255 or 80.16% from 257); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A19CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A19CE is #E5E631. Grayscale: #2D2D2D. Windows color (decimal): -15066674 or 13506842. OLE color: 13506842.

HSL color Cylindrical-coordinate representation of color #1A19CE: hue angle of 240.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 #1A19CE is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 25 206 -
CMYK 0.87 0.88 0 0.19
HSL 240.33º 0.78% 0.45% -
HSV(B) 240.33º 0.88% 0.81% -
XYZ 11.91 5.37 58.8 -
YUV 45.93 218.33 113.78 -
System Red Green Blue C M Y K H S L
Decimal 26 25 206 0.87 0.88 0 0.19 240.33 0.78 0.45
Hex 1A 19 CE 57 58 0 13 F0 4E 2D
Octal 32 31 316 127 130 0 23 360 116 55
Binary 11010 11001 11001110 1010111 1011000 0 10011 11110000 1001110 101101

Color Harmonies of #1A19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A19CE

Black with #1A19CE

Text Example


Text Example

White with #1A19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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