#1A1CB9

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

Shades of Persian Blue #1A1CB9

Tints of Persian Blue #1A1CB9

Color information

#1A1CB9 (or 0x1A1CB9) is unknown color: approx Persian Blue. HEX triplet: 1A, 1C and B9. RGB value is (26,28,185). Sum of RGB (Red+Green+Blue) = 26+28+185=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 185 (72.66% from 255 or 77.41% from 239); Max value from RGB is 185 - color contains mainly: blue. Hex color #1A1CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1CB9 is #E5E346. Grayscale: #2C2C2C. Windows color (decimal): -15065927 or 12131354. OLE color: 12131354.

HSL color Cylindrical-coordinate representation of color #1A1CB9: hue angle of 239.25º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A1CB9 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2628185-
CMYK0.860.8500.27
HSL239.25º75.36%41.37%-
HSV(B)239.25º85.95%72.55%-
XYZ9.64.5546.27-
YUV45.3206.84114.23-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.88%
GREEN value IS 28 (11.33% from 255) = 11.72%
BLUE value IS 185 (72.66% from 255) = 77.41%
R=10.88%
G=11.72%
B=77.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26281850.860.8500.27239.2575.3641.37
Hex1A1CB9565501Bef4b29
Octal323427112612503335711351
Binary11010111001011100110101101010101011011111011111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,28,185); }

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

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

 a { background-color: rgb(26,28,185); }

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

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

 span { border-color: rgb(26,28,185); }

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