#1A46D1

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

Shades of Persian Blue #1A46D1

Tints of Persian Blue #1A46D1

Color information

#1A46D1 (or 0x1A46D1) is unknown color: approx Persian Blue. HEX triplet: 1A, 46 and D1. RGB value is (26,70,209). Sum of RGB (Red+Green+Blue) = 26+70+209=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A46D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A46D1 is #E5B92E. Grayscale: #484848. Windows color (decimal): -15055151 or 13714970. OLE color: 13714970.

HSL color Cylindrical-coordinate representation of color #1A46D1: hue angle of 225.57º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A46D1 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2670209-
CMYK0.880.6700.18
HSL225.57º77.87%46.08%-
HSV(B)225.57º87.56%81.96%-
XYZ14.129.261.35-
YUV72.69204.9294.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.52%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 209 (82.03% from 255) = 68.52%
R=8.52%
G=22.95%
B=68.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26702090.880.6700.18225.5777.8746.08
Hex1A46D15843012e24e2e
Octal3210632113010302234211656
Binary1101010001101101000110110001000011010010111000101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A46D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,70,209); }

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

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

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

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

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

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

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