#1A18FF

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

Shades of Blue #1A18FF

Tints of Blue #1A18FF

Color information

#1A18FF (or 0x1A18FF) is unknown color: approx Blue. HEX triplet: 1A, 18 and FF. RGB value is (26,24,255). Sum of RGB (Red+Green+Blue) = 26+24+255=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 255 (100% from 255 or 83.61% from 305); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A18FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A18FF is #E5E700. Grayscale: #323232. Windows color (decimal): -15066881 or 16717850. OLE color: 16717850.

HSL color Cylindrical-coordinate representation of color #1A18FF: hue angle of 240.52º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1A18FF is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB2624255-
CMYK0.900.9100
HSL240.52º100%54.71%-
HSV(B)240.52º90.59%100%-
XYZ18.88.0995.18-
YUV50.93243.16110.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.52%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 255 (100% from 255) = 83.61%
R=8.52%
G=7.87%
B=83.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal26242550.900.9100240.5210054.71
Hex1A18FF5A5B00f16437
Octal32303771321330036114467
Binary1101011000111111111011010101101100111100011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A18FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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