#1A3FAE

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

Shades of Persian Blue #1A3FAE

Tints of Persian Blue #1A3FAE

Color information

#1A3FAE (or 0x1A3FAE) is unknown color: approx Persian Blue. HEX triplet: 1A, 3F and AE. RGB value is (26,63,174). Sum of RGB (Red+Green+Blue) = 26+63+174=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A3FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3FAE is #E5C051. Grayscale: #404040. Windows color (decimal): -15056978 or 11419418. OLE color: 11419418.

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

Color convert

RGB2663174-
CMYK0.850.6400.32
HSL225º74%39.22%-
HSV(B)225º85.06%68.24%-
XYZ9.846.8340.84-
YUV64.59189.74100.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=9.89%
G=23.95%
B=66.16%

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
Decimal26631740.850.6400.322257439.22
Hex1A3FAE5540020e14a27
Octal327725612510004034111247
Binary1101011111110101110101010110000000100000111000011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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