Html Css Color HEX #1A19DD Medium Blue

📋 copy color: '#1A19DD'

red 26 ◦ green 25 ◦ blue 221

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

Shades of Medium Blue #1A19DD

Tints of Medium Blue #1A19DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 81.25%

R = 9.56%
G = 9.19%
B = 81.25%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A19DD (or 0x1A19DD) is known color: Medium Blue. HEX triplet: 1A, 19 and DD. RGB value is (26,25,221). Sum of RGB (Red+Green+Blue) = 26+25+221=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A19DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A19DD is #E5E622. Grayscale: #2E2E2E. Windows color (decimal): -15066659 or 14489882. OLE color: 14489882.

HSL color Cylindrical-coordinate representation of color #1A19DD: hue angle of 240.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A19DD is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 25 221 -
CMYK 0.88 0.89 0 0.13
HSL 240.31º 0.8% 0.48% -
HSV(B) 240.31º 0.89% 0.87% -
XYZ 13.82 6.14 68.86 -
YUV 47.64 225.83 112.56 -
System Red Green Blue C M Y K H S L
Decimal 26 25 221 0.88 0.89 0 0.13 240.31 0.8 0.48
Hex 1A 19 DD 58 59 0 D F0 50 30
Octal 32 31 335 130 131 0 15 360 120 60
Binary 11010 11001 11011101 1011000 1011001 0 1101 11110000 1010000 110000

Color Harmonies of #1A19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A19DD

Black with #1A19DD

Text Example


Text Example

White with #1A19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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