#1A45BE

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

Shades of Persian Blue #1A45BE

Tints of Persian Blue #1A45BE

Color information

#1A45BE (or 0x1A45BE) is unknown color: approx Persian Blue. HEX triplet: 1A, 45 and BE. RGB value is (26,69,190). Sum of RGB (Red+Green+Blue) = 26+69+190=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 190 (74.61% from 255 or 66.67% from 285); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A45BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A45BE is #E5BA41. Grayscale: #454545. Windows color (decimal): -15055426 or 12469530. OLE color: 12469530.

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

Color convert

RGB2669190-
CMYK0.860.6400.25
HSL224.27º75.93%42.35%-
HSV(B)224.27º86.32%74.51%-
XYZ11.858.1949.67-
YUV69.94195.7596.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 190 (74.61% from 255) = 66.67%
R=9.12%
G=24.21%
B=66.67%

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
Decimal26691900.860.6400.25224.2775.9342.35
Hex1A45BE5640019e04c2a
Octal3210527612610003134011452
Binary1101010001011011111010101101000000011001111000001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A45BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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