#1a28e9

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

Shades of Persian Blue #1A28E9

Tints of Persian Blue #1A28E9

Color information

#1A28E9 (or 0x1A28E9) is unknown color: approx Persian Blue. HEX triplet: 1A, 28 and E9. RGB value is (26,40,233). Sum of RGB (Red+Green+Blue) = 26+40+233=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 233 (91.41% from 255 or 77.93% from 299); Max value from RGB is 233 - color contains mainly: blue. Hex color #1A28E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A28E9 is #E5D716. Grayscale: #393939. Windows color (decimal): -15062807 or 15280154. OLE color: 15280154.

HSL color Cylindrical-coordinate representation of color #1A28E9: hue angle of 235.94º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A28E9 is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2640233-
CMYK0.890.8300.09
HSL235.94º82.47%50.78%-
HSV(B)235.94º88.84%91.37%-
XYZ15.897.6277.72-
YUV57.82226.86105.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.70%
GREEN value IS 40 (16.02% from 255) = 13.38%
BLUE value IS 233 (91.41% from 255) = 77.93%
R=8.70%
G=13.38%
B=77.93%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal26402330.890.8300.09235.9482.4750.78
Hex1A28E9595309ec5233
Octal325035113112301135412263
Binary11010101000111010011011001101001101001111011001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a28e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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