#1A3AAE

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

Shades of Persian Blue #1A3AAE

Tints of Persian Blue #1A3AAE

Color information

#1A3AAE (or 0x1A3AAE) is unknown color: approx Persian Blue. HEX triplet: 1A, 3A and AE. RGB value is (26,58,174). Sum of RGB (Red+Green+Blue) = 26+58+174=258 (34% of max value = 765). Red value is 26 (10.55% from 255 or 10.08% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A3AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3AAE is #E5C551. Grayscale: #3D3D3D. Windows color (decimal): -15058258 or 11418138. OLE color: 11418138.

HSL color Cylindrical-coordinate representation of color #1A3AAE: hue angle of 227.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A3AAE is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2658174-
CMYK0.850.6700.32
HSL227.03º74%39.22%-
HSV(B)227.03º85.06%68.24%-
XYZ9.586.340.76-
YUV61.66191.4102.57-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.08%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 174 (68.36% from 255) = 67.44%
R=10.08%
G=22.48%
B=67.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26581740.850.6700.32227.037439.22
Hex1A3AAE5543020e34a27
Octal327225612510304034311247
Binary1101011101010101110101010110000110100000111000111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,58,174); }

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

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

 a { background-color: rgb(26,58,174); }

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

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

 span { border-color: rgb(26,58,174); }

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