#1A46D8

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

Shades of Persian Blue #1A46D8

Tints of Persian Blue #1A46D8

Color information

#1A46D8 (or 0x1A46D8) is unknown color: approx Persian Blue. HEX triplet: 1A, 46 and D8. RGB value is (26,70,216). Sum of RGB (Red+Green+Blue) = 26+70+216=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 216 (84.77% from 255 or 69.23% from 312); Max value from RGB is 216 - color contains mainly: blue. Hex color #1A46D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A46D8 is #E5B927. Grayscale: #484848. Windows color (decimal): -15055144 or 14173722. OLE color: 14173722.

HSL color Cylindrical-coordinate representation of color #1A46D8: hue angle of 226.11º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A46D8 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2670216-
CMYK0.880.6800.15
HSL226.11º78.51%47.45%-
HSV(B)226.11º87.96%84.71%-
XYZ15.019.5666.02-
YUV73.49208.4294.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.33%
GREEN value IS 70 (27.73% from 255) = 22.44%
BLUE value IS 216 (84.77% from 255) = 69.23%
R=8.33%
G=22.44%
B=69.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal26702160.880.6800.15226.1178.5147.45
Hex1A46D858440Fe24f2f
Octal3210633013010401734211757
Binary110101000110110110001011000100010001111111000101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A46D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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