#1A15FA

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

Shades of Blue #1A15FA

Tints of Blue #1A15FA

Color information

#1A15FA (or 0x1A15FA) is unknown color: approx Blue. HEX triplet: 1A, 15 and FA. RGB value is (26,21,250). Sum of RGB (Red+Green+Blue) = 26+21+250=297 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.75% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A15FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1A15FA is #E5EA05. Grayscale: #2F2F2F. Windows color (decimal): -15067654 or 16389402. OLE color: 16389402.

HSL color Cylindrical-coordinate representation of color #1A15FA: hue angle of 241.31º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1A15FA is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2621250-
CMYK0.900.9200.02
HSL241.31º95.82%53.14%-
HSV(B)241.31º91.6%98.04%-
XYZ17.957.6690.97-
YUV48.6241.66111.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.75%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 250 (98.05% from 255) = 84.18%
R=8.75%
G=7.07%
B=84.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal26212500.900.9200.02241.3195.8253.14
Hex1A15FA5A5C02f16035
Octal32253721321340236114065
Binary11010101011111101010110101011100010111100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A15FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,21,250); }

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

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

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

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

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

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

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