#1A44BF

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

Shades of Persian Blue #1A44BF

Tints of Persian Blue #1A44BF

Color information

#1A44BF (or 0x1A44BF) is unknown color: approx Persian Blue. HEX triplet: 1A, 44 and BF. RGB value is (26,68,191). Sum of RGB (Red+Green+Blue) = 26+68+191=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A44BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A44BF is #E5BB40. Grayscale: #444444. Windows color (decimal): -15055681 or 12534810. OLE color: 12534810.

HSL color Cylindrical-coordinate representation of color #1A44BF: hue angle of 224.73º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A44BF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2668191-
CMYK0.860.6400.25
HSL224.73º76.04%42.55%-
HSV(B)224.73º86.39%74.9%-
XYZ11.98.1250.23-
YUV69.46196.5997-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 191 (75% from 255) = 67.02%
R=9.12%
G=23.86%
B=67.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26681910.860.6400.25224.7376.0442.55
Hex1A44BF5640019e14c2b
Octal3210427712610003134111453
Binary1101010001001011111110101101000000011001111000011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A44BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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