Html Css Color HEX #191ECD Persian Blue

📋 copy color: '#191ECD'

red 25 ◦ green 30 ◦ blue 205

#191ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #191ECD

Tints of Persian Blue #191ECD

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 value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#191ECD (or 0x191ECD) is known color: 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

RGB 25 30 205 -
CMYK 0.88 0.85 0 0.20
HSL 238.33º 0.78% 0.45% -
HSV(B) 238.33º 0.88% 0.8% -
XYZ 11.88 5.54 58.2 -
YUV 48.46 216.34 111.27 -
System Red Green Blue C M Y K H S L
Decimal 25 30 205 0.88 0.85 0 0.20 238.33 0.78 0.45
Hex 19 1E CD 58 55 0 14 EE 4E 2D
Octal 31 36 315 130 125 0 24 356 116 55
Binary 11001 11110 11001101 1011000 1010101 0 10100 11101110 1001110 101101

Color Harmonies of #191ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191ECD

Black with #191ECD

Text Example


Text Example

White with #191ECD

Text Example


Text Example

HTML Codes & Css Web 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>