#1A1FBD

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

Shades of Persian Blue #1A1FBD

Tints of Persian Blue #1A1FBD

Color information

#1A1FBD (or 0x1A1FBD) is unknown color: approx Persian Blue. HEX triplet: 1A, 1F and BD. RGB value is (26,31,189). Sum of RGB (Red+Green+Blue) = 26+31+189=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A1FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A1FBD is #E5E042. Grayscale: #2E2E2E. Windows color (decimal): -15065155 or 12394266. OLE color: 12394266.

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

Color convert

RGB2631189-
CMYK0.860.8400.26
HSL238.16º75.81%42.16%-
HSV(B)238.16º86.24%74.12%-
XYZ10.14.8748.55-
YUV47.52207.84112.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.57%
GREEN value IS 31 (12.5% from 255) = 12.60%
BLUE value IS 189 (74.22% from 255) = 76.83%
R=10.57%
G=12.60%
B=76.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal26311890.860.8400.26238.1675.8142.16
Hex1A1FBD565401Aee4c2a
Octal323727512612403235611452
Binary11010111111011110110101101010100011010111011101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,31,189); }

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

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

 a { background-color: rgb(26,31,189); }

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

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

 span { border-color: rgb(26,31,189); }

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