#1e2bef

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

Shades of Persian Blue #1E2BEF

Tints of Persian Blue #1E2BEF

Color information

#1E2BEF (or 0x1E2BEF) is unknown color: approx Persian Blue. HEX triplet: 1E, 2B and EF. RGB value is (30,43,239). Sum of RGB (Red+Green+Blue) = 30+43+239=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E2BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E2BEF is #E1D410. Grayscale: #3C3C3C. Windows color (decimal): -14799889 or 15674142. OLE color: 15674142.

HSL color Cylindrical-coordinate representation of color #1E2BEF: hue angle of 236.27º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E2BEF is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3043239-
CMYK0.870.8200.06
HSL236.27º86.72%52.75%-
HSV(B)236.27º87.45%93.73%-
XYZ16.988.2482.36-
YUV61.46228.19105.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.62%
GREEN value IS 43 (17.19% from 255) = 13.78%
BLUE value IS 239 (93.75% from 255) = 76.60%
R=9.62%
G=13.78%
B=76.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal30432390.870.8200.06236.2786.7252.75
Hex1E2BEF575206ec5735
Octal36533571271220635412765
Binary1111010101111101111101011110100100110111011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e2bef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,43,239); }

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

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

 a { background-color: rgb(30,43,239); }

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

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

 span { border-color: rgb(30,43,239); }

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