#1E1FBF

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

Shades of Persian Blue #1E1FBF

Tints of Persian Blue #1E1FBF

Color information

#1E1FBF (or 0x1E1FBF) is unknown color: approx Persian Blue. HEX triplet: 1E, 1F and BF. RGB value is (30,31,191). Sum of RGB (Red+Green+Blue) = 30+31+191=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E1FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1FBF is #E1E040. Grayscale: #303030. Windows color (decimal): -14803009 or 12525342. OLE color: 12525342.

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

Color convert

RGB3031191-
CMYK0.840.8400.25
HSL239.63º72.85%43.33%-
HSV(B)239.63º84.29%74.9%-
XYZ10.435.0249.71-
YUV48.94208.17114.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.90%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 191 (75% from 255) = 75.79%
R=11.90%
G=12.30%
B=75.79%

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
Decimal30311910.840.8400.25239.6372.8543.33
Hex1E1FBF5454019f0492b
Octal363727712412403136011153
Binary11110111111011111110101001010100011001111100001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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