#1E1EBF

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

Shades of Persian Blue #1E1EBF

Tints of Persian Blue #1E1EBF

Color information

#1E1EBF (or 0x1E1EBF) is unknown color: approx Persian Blue. HEX triplet: 1E, 1E and BF. RGB value is (30,30,191). Sum of RGB (Red+Green+Blue) = 30+30+191=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E1EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1EBF is #E1E140. Grayscale: #2F2F2F. Windows color (decimal): -14803265 or 12525086. OLE color: 12525086.

HSL color Cylindrical-coordinate representation of color #1E1EBF: hue angle of 240º 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 #1E1EBF is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3030191-
CMYK0.840.8400.25
HSL240º72.85%43.33%-
HSV(B)240º84.29%74.9%-
XYZ10.44.9749.7-
YUV48.35208.5114.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 30 (12.11% from 255) = 11.95%
BLUE value IS 191 (75% from 255) = 76.10%
R=11.95%
G=11.95%
B=76.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal30301910.840.8400.2524072.8543.33
Hex1E1EBF5454019f0492b
Octal363627712412403136011153
Binary11110111101011111110101001010100011001111100001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,30,191); }

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

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

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

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

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

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

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