Html Css Color HEX #191ECB Persian Blue

📋 copy color: '#191ECB'

red 25 ◦ green 30 ◦ blue 203

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

Shades of Persian Blue #191ECB

Tints of Persian Blue #191ECB

RGB

 RED value IS 25 (10.16% from 255) = 9.69%

 GREEN value IS 30 (12.11% from 255) = 11.63%

 BLUE value IS 203 (79.69% from 255) = 78.68%

R = 9.69%
G = 11.63%
B = 78.68%

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

#191ECB (or 0x191ECB) is known color: Persian Blue. HEX triplet: 19, 1E and CB. RGB value is (25,30,203). Sum of RGB (Red+Green+Blue) = 25+30+203=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 203 (79.69% from 255 or 78.68% from 258); Max value from RGB is 203 - color contains mainly: blue. Hex color #191ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ECB is #E6E134. Grayscale: #2F2F2F. Windows color (decimal): -15130933 or 13311513. OLE color: 13311513.

HSL color Cylindrical-coordinate representation of color #191ECB: hue angle of 238.31º 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 #191ECB is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 30 203 -
CMYK 0.88 0.85 0 0.20
HSL 238.31º 0.78% 0.45% -
HSV(B) 238.31º 0.88% 0.8% -
XYZ 11.64 5.45 56.94 -
YUV 48.23 215.34 111.43 -
System Red Green Blue C M Y K H S L
Decimal 25 30 203 0.88 0.85 0 0.20 238.31 0.78 0.45
Hex 19 1E CB 58 55 0 14 EE 4E 2D
Octal 31 36 313 130 125 0 24 356 116 55
Binary 11001 11110 11001011 1011000 1010101 0 10100 11101110 1001110 101101

Color Harmonies of #191ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191ECB

Black with #191ECB

Text Example


Text Example

White with #191ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #191ECB;
 }
 .AnyTagClassName
 {
   color: #191ECB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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