#1A3EAE

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

Shades of Persian Blue #1A3EAE

Tints of Persian Blue #1A3EAE

Color information

#1A3EAE (or 0x1A3EAE) is unknown color: approx Persian Blue. HEX triplet: 1A, 3E and AE. RGB value is (26,62,174). Sum of RGB (Red+Green+Blue) = 26+62+174=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 174 (68.36% from 255 or 66.41% from 262); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A3EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3EAE is #E5C151. Grayscale: #3F3F3F. Windows color (decimal): -15057234 or 11419162. OLE color: 11419162.

HSL color Cylindrical-coordinate representation of color #1A3EAE: hue angle of 225.41º 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 #1A3EAE is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2662174-
CMYK0.850.6400.32
HSL225.41º74%39.22%-
HSV(B)225.41º85.06%68.24%-
XYZ9.796.7240.83-
YUV64190.07100.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.92%
GREEN value IS 62 (24.61% from 255) = 23.66%
BLUE value IS 174 (68.36% from 255) = 66.41%
R=9.92%
G=23.66%
B=66.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26621740.850.6400.32225.417439.22
Hex1A3EAE5540020e14a27
Octal327625612510004034111247
Binary1101011111010101110101010110000000100000111000011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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