#191ECD

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

Shades of Persian Blue #191ECD

Tints of Persian Blue #191ECD

Color information

#191ECD (or 0x191ECD) is unknown color: approx Persian Blue. HEX triplet: 19, 1E and CD. RGB value is (25,30,205). Sum of RGB (Red+Green+Blue) = 25+30+205=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 205 (80.47% from 255 or 78.85% from 260); Max value from RGB is 205 - color contains mainly: blue. Hex color #191ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ECD is #E6E132. Grayscale: #2F2F2F. Windows color (decimal): -15130931 or 13442585. OLE color: 13442585.

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

Color convert

RGB2530205-
CMYK0.880.8500.20
HSL238.33º78.26%45.1%-
HSV(B)238.33º87.8%80.39%-
XYZ11.885.5458.2-
YUV48.46216.34111.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.62%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 205 (80.47% from 255) = 78.85%
R=9.62%
G=11.54%
B=78.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal25302050.880.8500.20238.3378.2645.1
Hex191ECD5855014ee4e2d
Octal313631513012502435611655
Binary11001111101100110110110001010101010100111011101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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