#1A28BA

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

Shades of Persian Blue #1A28BA

Tints of Persian Blue #1A28BA

Color information

#1A28BA (or 0x1A28BA) is unknown color: approx Persian Blue. HEX triplet: 1A, 28 and BA. RGB value is (26,40,186). Sum of RGB (Red+Green+Blue) = 26+40+186=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A28BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A28BA is #E5D745. Grayscale: #333333. Windows color (decimal): -15062854 or 12199962. OLE color: 12199962.

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

Color convert

RGB2640186-
CMYK0.860.7800.27
HSL234.75º75.47%41.57%-
HSV(B)234.75º86.02%72.94%-
XYZ10.055.2846.94-
YUV52.46203.36109.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.32%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 186 (73.05% from 255) = 73.81%
R=10.32%
G=15.87%
B=73.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26401860.860.7800.27234.7575.4741.57
Hex1A28BA564E01Beb4b2a
Octal325027212611603335311352
Binary110101010001011101010101101001110011011111010111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A28BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,40,186); }

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

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

 a { background-color: rgb(26,40,186); }

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

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

 span { border-color: rgb(26,40,186); }

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