#1A3BE8

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

Shades of Persian Blue #1A3BE8

Tints of Persian Blue #1A3BE8

Color information

#1A3BE8 (or 0x1A3BE8) is unknown color: approx Persian Blue. HEX triplet: 1A, 3B and E8. RGB value is (26,59,232). Sum of RGB (Red+Green+Blue) = 26+59+232=317 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.20% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 232 (91.02% from 255 or 73.19% from 317); Max value from RGB is 232 - color contains mainly: blue. Hex color #1A3BE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3BE8 is #E5C417. Grayscale: #444444. Windows color (decimal): -15057944 or 15219482. OLE color: 15219482.

HSL color Cylindrical-coordinate representation of color #1A3BE8: hue angle of 230.39º 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 #1A3BE8 is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2659232-
CMYK0.890.7500.09
HSL230.39º81.75%50.59%-
HSV(B)230.39º88.79%90.98%-
XYZ16.569.1777.24-
YUV68.85220.0797.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.20%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 232 (91.02% from 255) = 73.19%
R=8.20%
G=18.61%
B=73.19%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal26592320.890.7500.09230.3981.7550.59
Hex1A3BE8594B09e65233
Octal327335013111301134612263
Binary11010111011111010001011001100101101001111001101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,59,232); }

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

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

 a { background-color: rgb(26,59,232); }

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

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

 span { border-color: rgb(26,59,232); }

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