#1A44D8

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

Shades of Persian Blue #1A44D8

Tints of Persian Blue #1A44D8

Color information

#1A44D8 (or 0x1A44D8) is unknown color: approx Persian Blue. HEX triplet: 1A, 44 and D8. RGB value is (26,68,216). Sum of RGB (Red+Green+Blue) = 26+68+216=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 216 (84.77% from 255 or 69.68% from 310); Max value from RGB is 216 - color contains mainly: blue. Hex color #1A44D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A44D8 is #E5BB27. Grayscale: #474747. Windows color (decimal): -15055656 or 14173210. OLE color: 14173210.

HSL color Cylindrical-coordinate representation of color #1A44D8: hue angle of 226.74º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A44D8 is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2668216-
CMYK0.880.6900.15
HSL226.74º78.51%47.45%-
HSV(B)226.74º87.96%84.71%-
XYZ14.899.3165.98-
YUV72.31209.0994.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.39%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 216 (84.77% from 255) = 69.68%
R=8.39%
G=21.94%
B=69.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal26682160.880.6900.15226.7478.5147.45
Hex1A44D858450Fe34f2f
Octal3210433013010501734311757
Binary110101000100110110001011000100010101111111000111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A44D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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