#1E43BE

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

Shades of Persian Blue #1E43BE

Tints of Persian Blue #1E43BE

Color information

#1E43BE (or 0x1E43BE) is unknown color: approx Persian Blue. HEX triplet: 1E, 43 and BE. RGB value is (30,67,190). Sum of RGB (Red+Green+Blue) = 30+67+190=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E43BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E43BE is #E1BC41. Grayscale: #454545. Windows color (decimal): -14793794 or 12469022. OLE color: 12469022.

HSL color Cylindrical-coordinate representation of color #1E43BE: hue angle of 226.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E43BE is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3067190-
CMYK0.840.6500.25
HSL226.12º72.73%43.14%-
HSV(B)226.12º84.21%74.51%-
XYZ11.848.0149.64-
YUV69.96195.7499.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.45%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 190 (74.61% from 255) = 66.20%
R=10.45%
G=23.34%
B=66.20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30671900.840.6500.25226.1272.7343.14
Hex1E43BE5441019e2492b
Octal3610327612410103134211153
Binary1111010000111011111010101001000001011001111000101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E43BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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