#1A1BBF

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

Shades of Persian Blue #1A1BBF

Tints of Persian Blue #1A1BBF

Color information

#1A1BBF (or 0x1A1BBF) is unknown color: approx Persian Blue. HEX triplet: 1A, 1B and BF. RGB value is (26,27,191). Sum of RGB (Red+Green+Blue) = 26+27+191=244 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.66% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 191 (75% from 255 or 78.28% from 244); Max value from RGB is 191 - color contains mainly: blue. Hex color #1A1BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1BBF is #E5E440. Grayscale: #2C2C2C. Windows color (decimal): -15066177 or 12524314. OLE color: 12524314.

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

Color convert

RGB2627191-
CMYK0.860.8600.25
HSL239.64º76.04%42.55%-
HSV(B)239.64º86.39%74.9%-
XYZ10.224.7749.67-
YUV45.4210.17114.16-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.66%
GREEN value IS 27 (10.94% from 255) = 11.07%
BLUE value IS 191 (75% from 255) = 78.28%
R=10.66%
G=11.07%
B=78.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26271910.860.8600.25239.6476.0442.55
Hex1A1BBF5656019f04c2b
Octal323327712612603136011453
Binary11010110111011111110101101010110011001111100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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