#191ECE

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

Shades of Persian Blue #191ECE

Tints of Persian Blue #191ECE

Color information

#191ECE (or 0x191ECE) is unknown color: approx Persian Blue. HEX triplet: 19, 1E and CE. RGB value is (25,30,206). Sum of RGB (Red+Green+Blue) = 25+30+206=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 206 (80.86% from 255 or 78.93% from 261); Max value from RGB is 206 - color contains mainly: blue. Hex color #191ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ECE is #E6E131. Grayscale: #2F2F2F. Windows color (decimal): -15130930 or 13508121. OLE color: 13508121.

HSL color Cylindrical-coordinate representation of color #191ECE: hue angle of 238.34º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191ECE is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2530206-
CMYK0.880.8500.19
HSL238.34º78.35%45.29%-
HSV(B)238.34º87.86%80.78%-
XYZ12.015.5958.84-
YUV48.57216.84111.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.58%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 206 (80.86% from 255) = 78.93%
R=9.58%
G=11.49%
B=78.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal25302060.880.8500.19238.3478.3545.29
Hex191ECE5855013ee4e2d
Octal313631613012502335611655
Binary11001111101100111010110001010101010011111011101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191ECE; }

 p { color: rgb(25,30,206); }

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

<style>
 a { background-color: #191ECE; }

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

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

<style>
 span { border-color: #191ECE; }

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

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