Html Css Color HEX #1A18DC Medium Blue

📋 copy color: '#1A18DC'

red 26 ◦ green 24 ◦ blue 220

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

Shades of Medium Blue #1A18DC

Tints of Medium Blue #1A18DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 81.48%

R = 9.63%
G = 8.89%
B = 81.48%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1A18DC (or 0x1A18DC) is known color: Medium Blue. HEX triplet: 1A, 18 and DC. RGB value is (26,24,220). Sum of RGB (Red+Green+Blue) = 26+24+220=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #1A18DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A18DC is #E5E723. Grayscale: #2E2E2E. Windows color (decimal): -15066916 or 14424090. OLE color: 14424090.

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

Color convert

RGB 26 24 220 -
CMYK 0.88 0.89 0 0.14
HSL 240.61º 0.8% 0.48% -
HSV(B) 240.61º 0.89% 0.86% -
XYZ 13.67 6.04 68.16 -
YUV 46.94 225.66 113.06 -
System Red Green Blue C M Y K H S L
Decimal 26 24 220 0.88 0.89 0 0.14 240.61 0.8 0.48
Hex 1A 18 DC 58 59 0 E F1 50 30
Octal 32 30 334 130 131 0 16 361 120 60
Binary 11010 11000 11011100 1011000 1011001 0 1110 11110001 1010000 110000

Color Harmonies of #1A18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A18DC

Black with #1A18DC

Text Example


Text Example

White with #1A18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,24,220); }

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

background-color css

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

 a { background-color: rgb(26,24,220); }

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

border-color css

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

 span { border-color: rgb(26,24,220); }

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