#1E43D8

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

Shades of Persian Blue #1E43D8

Tints of Persian Blue #1E43D8

Color information

#1E43D8 (or 0x1E43D8) is unknown color: approx Persian Blue. HEX triplet: 1E, 43 and D8. RGB value is (30,67,216). Sum of RGB (Red+Green+Blue) = 30+67+216=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 216 (84.77% from 255 or 69.01% from 313); Max value from RGB is 216 - color contains mainly: blue. Hex color #1E43D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E43D8 is #E1BC27. Grayscale: #484848. Windows color (decimal): -14793768 or 14172958. OLE color: 14172958.

HSL color Cylindrical-coordinate representation of color #1E43D8: hue angle of 228.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E43D8 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3067216-
CMYK0.860.6900.15
HSL228.06º75.61%48.24%-
HSV(B)228.06º86.11%84.71%-
XYZ14.949.2565.96-
YUV72.92208.7497.38-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.58%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 216 (84.77% from 255) = 69.01%
R=9.58%
G=21.41%
B=69.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal30672160.860.6900.15228.0675.6148.24
Hex1E43D856450Fe44c30
Octal3610333012610501734411460
Binary111101000011110110001010110100010101111111001001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E43D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,67,216); }

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

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

 a { background-color: rgb(30,67,216); }

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

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

 span { border-color: rgb(30,67,216); }

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