#1A3FD4

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

Shades of Persian Blue #1A3FD4

Tints of Persian Blue #1A3FD4

Color information

#1A3FD4 (or 0x1A3FD4) is unknown color: approx Persian Blue. HEX triplet: 1A, 3F and D4. RGB value is (26,63,212). Sum of RGB (Red+Green+Blue) = 26+63+212=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 212 (83.20% from 255 or 70.43% from 301); Max value from RGB is 212 - color contains mainly: blue. Hex color #1A3FD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3FD4 is #E5C02B. Grayscale: #444444. Windows color (decimal): -15056940 or 13909786. OLE color: 13909786.

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

Color convert

RGB2663212-
CMYK0.880.7000.17
HSL228.06º78.15%46.67%-
HSV(B)228.06º87.74%83.14%-
XYZ14.098.5363.19-
YUV68.92208.7497.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 63 (25% from 255) = 20.93%
BLUE value IS 212 (83.20% from 255) = 70.43%
R=8.64%
G=20.93%
B=70.43%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal26632120.880.7000.17228.0678.1546.67
Hex1A3FD45846011e44e2f
Octal327732413010602134411657
Binary110101111111101010010110001000110010001111001001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,63,212); }

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

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

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

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

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

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

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