#1A44AE

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

Shades of Persian Blue #1A44AE

Tints of Persian Blue #1A44AE

Color information

#1A44AE (or 0x1A44AE) is unknown color: approx Persian Blue. HEX triplet: 1A, 44 and AE. RGB value is (26,68,174). Sum of RGB (Red+Green+Blue) = 26+68+174=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A44AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A44AE is #E5BB51. Grayscale: #434343. Windows color (decimal): -15055698 or 11420698. OLE color: 11420698.

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

Color convert

RGB2668174-
CMYK0.850.6100.32
HSL222.97º74%39.22%-
HSV(B)222.97º85.06%68.24%-
XYZ10.137.4140.94-
YUV67.53188.0998.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.70%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 174 (68.36% from 255) = 64.93%
R=9.70%
G=25.37%
B=64.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal26681740.850.6100.32222.977439.22
Hex1A44AE553D020df4a27
Octal321042561257504033711247
Binary1101010001001010111010101011111010100000110111111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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