#1A47D5

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

Shades of Persian Blue #1A47D5

Tints of Persian Blue #1A47D5

Color information

#1A47D5 (or 0x1A47D5) is unknown color: approx Persian Blue. HEX triplet: 1A, 47 and D5. RGB value is (26,71,213). Sum of RGB (Red+Green+Blue) = 26+71+213=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 213 (83.59% from 255 or 68.71% from 310); Max value from RGB is 213 - color contains mainly: blue. Hex color #1A47D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A47D5 is #E5B82A. Grayscale: #494949. Windows color (decimal): -15054891 or 13977370. OLE color: 13977370.

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

Color convert

RGB2671213-
CMYK0.880.6700.16
HSL225.56º78.24%46.86%-
HSV(B)225.56º87.79%83.53%-
XYZ14.699.5364.02-
YUV73.73206.5993.95-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.39%
GREEN value IS 71 (28.12% from 255) = 22.90%
BLUE value IS 213 (83.59% from 255) = 68.71%
R=8.39%
G=22.90%
B=68.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal26712130.880.6700.16225.5678.2446.86
Hex1A47D55843010e24e2f
Octal3210732513010302034211657
Binary1101010001111101010110110001000011010000111000101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A47D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,71,213); }

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

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

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

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

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

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

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