Html Css Color HEX #191ECE Persian Blue

📋 copy color: '#191ECE'

red 25 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #191ECE

Tints of Persian Blue #191ECE

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

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

RGB 25 30 206 -
CMYK 0.88 0.85 0 0.19
HSL 238.34º 0.78% 0.45% -
HSV(B) 238.34º 0.88% 0.81% -
XYZ 12.01 5.59 58.84 -
YUV 48.57 216.84 111.19 -
System Red Green Blue C M Y K H S L
Decimal 25 30 206 0.88 0.85 0 0.19 238.34 0.78 0.45
Hex 19 1E CE 58 55 0 13 EE 4E 2D
Octal 31 36 316 130 125 0 23 356 116 55
Binary 11001 11110 11001110 1011000 1010101 0 10011 11101110 1001110 101101

Color Harmonies of #191ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191ECE

Black with #191ECE

Text Example


Text Example

White with #191ECE

Text Example


Text Example

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