#1A18DE

Color #1A18DE Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1A18DE

Tints of Medium Blue #1A18DE

Color information

#1A18DE (or 0x1A18DE) is unknown color: approx Medium Blue. HEX triplet: 1A, 18 and DE. RGB value is (26,24,222). Sum of RGB (Red+Green+Blue) = 26+24+222=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 222 (87.11% from 255 or 81.62% from 272); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A18DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A18DE is #E5E721. Grayscale: #2E2E2E. Windows color (decimal): -15066914 or 14555162. OLE color: 14555162.

HSL color Cylindrical-coordinate representation of color #1A18DE: hue angle of 240.61º 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 #1A18DE is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2624222-
CMYK0.880.8900.13
HSL240.61º80.49%48.24%-
HSV(B)240.61º89.19%87.06%-
XYZ13.946.1569.56-
YUV47.17226.66112.9-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.56%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 222 (87.11% from 255) = 81.62%
R=9.56%
G=8.82%
B=81.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal26242220.880.8900.13240.6180.4948.24
Hex1A18DE58590Df15030
Octal323033613013101536112060
Binary1101011000110111101011000101100101101111100011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A18DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1A18DE;
 }
 .AnyTagClassName
 {
   color: #1A18DE;
 }
</style>
background-color css

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

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

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

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

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

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