#1E26D6

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

Shades of Persian Blue #1E26D6

Tints of Persian Blue #1E26D6

Color information

#1E26D6 (or 0x1E26D6) is unknown color: approx Persian Blue. HEX triplet: 1E, 26 and D6. RGB value is (30,38,214). Sum of RGB (Red+Green+Blue) = 30+38+214=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 214 (83.98% from 255 or 75.89% from 282); Max value from RGB is 214 - color contains mainly: blue. Hex color #1E26D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E26D6 is #E1D929. Grayscale: #363636. Windows color (decimal): -14801194 or 14034462. OLE color: 14034462.

HSL color Cylindrical-coordinate representation of color #1E26D6: hue angle of 237.39º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E26D6 is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3038214-
CMYK0.860.8200.16
HSL237.39º75.41%47.84%-
HSV(B)237.39º85.98%83.92%-
XYZ13.376.5264.17-
YUV55.67217.35109.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.64%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 214 (83.98% from 255) = 75.89%
R=10.64%
G=13.48%
B=75.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal30382140.860.8200.16237.3975.4147.84
Hex1E26D65652010ed4b30
Octal364632612612202035511360
Binary111101001101101011010101101010010010000111011011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E26D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,214); }

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

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

 a { background-color: rgb(30,38,214); }

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

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

 span { border-color: rgb(30,38,214); }

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