#1A2FB3

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

Shades of Persian Blue #1A2FB3

Tints of Persian Blue #1A2FB3

Color information

#1A2FB3 (or 0x1A2FB3) is unknown color: approx Persian Blue. HEX triplet: 1A, 2F and B3. RGB value is (26,47,179). Sum of RGB (Red+Green+Blue) = 26+47+179=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 179 (70.31% from 255 or 71.03% from 252); Max value from RGB is 179 - color contains mainly: blue. Hex color #1A2FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2FB3 is #E5D04C. Grayscale: #373737. Windows color (decimal): -15061069 or 11743002. OLE color: 11743002.

HSL color Cylindrical-coordinate representation of color #1A2FB3: hue angle of 231.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A2FB3 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2647179-
CMYK0.850.7400.30
HSL231.76º74.63%40.2%-
HSV(B)231.76º85.47%70.2%-
XYZ9.585.5143.21-
YUV55.77197.54106.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.32%
GREEN value IS 47 (18.75% from 255) = 18.65%
BLUE value IS 179 (70.31% from 255) = 71.03%
R=10.32%
G=18.65%
B=71.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal26471790.850.7400.30231.7674.6340.2
Hex1A2FB3554A01Ee84b28
Octal325726312511203635011350
Binary110101011111011001110101011001010011110111010001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,47,179); }

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

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

 a { background-color: rgb(26,47,179); }

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

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

 span { border-color: rgb(26,47,179); }

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