#1A44BE

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

Shades of Persian Blue #1A44BE

Tints of Persian Blue #1A44BE

Color information

#1A44BE (or 0x1A44BE) is unknown color: approx Persian Blue. HEX triplet: 1A, 44 and BE. RGB value is (26,68,190). Sum of RGB (Red+Green+Blue) = 26+68+190=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A44BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A44BE is #E5BB41. Grayscale: #444444. Windows color (decimal): -15055682 or 12469274. OLE color: 12469274.

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

Color convert

RGB2668190-
CMYK0.860.6400.25
HSL224.63º75.93%42.35%-
HSV(B)224.63º86.32%74.51%-
XYZ11.798.0749.65-
YUV69.35196.0997.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.15%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 190 (74.61% from 255) = 66.90%
R=9.15%
G=23.94%
B=66.90%

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
Decimal26681900.860.6400.25224.6375.9342.35
Hex1A44BE5640019e14c2a
Octal3210427612610003134111452
Binary1101010001001011111010101101000000011001111000011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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