#1A1AFF

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

Shades of Blue #1A1AFF

Tints of Blue #1A1AFF

Color information

#1A1AFF (or 0x1A1AFF) is unknown color: approx Blue. HEX triplet: 1A, 1A and FF. RGB value is (26,26,255). Sum of RGB (Red+Green+Blue) = 26+26+255=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A1AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A1AFF is #E5E500. Grayscale: #333333. Windows color (decimal): -15066369 or 16718362. OLE color: 16718362.

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

Color convert

RGB2626255-
CMYK0.900.9000
HSL240º100%55.1%-
HSV(B)240º89.8%100%-
XYZ18.858.1895.19-
YUV52.11242.5109.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.47%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 255 (100% from 255) = 83.06%
R=8.47%
G=8.47%
B=83.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal26262550.900.900024010055.1
Hex1A1AFF5A5A00f06437
Octal32323771321320036014467
Binary1101011010111111111011010101101000111100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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