Html Css Color HEX #191FCD Persian Blue

📋 copy color: '#191FCD'

red 25 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #191FCD

Tints of Persian Blue #191FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.88%

 BLUE value IS 205 (80.47% from 255) = 78.54%

R = 9.58%
G = 11.88%
B = 78.54%

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

#191FCD (or 0x191FCD) is known color: Persian Blue. HEX triplet: 19, 1F and CD. RGB value is (25,31,205). Sum of RGB (Red+Green+Blue) = 25+31+205=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 205 (80.47% from 255 or 78.54% from 261); Max value from RGB is 205 - color contains mainly: blue. Hex color #191FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FCD is #E6E032. Grayscale: #303030. Windows color (decimal): -15130675 or 13442841. OLE color: 13442841.

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

Color convert

RGB 25 31 205 -
CMYK 0.88 0.85 0 0.20
HSL 238º 0.78% 0.45% -
HSV(B) 238º 0.88% 0.8% -
XYZ 11.91 5.59 58.21 -
YUV 49.04 216.01 110.85 -
System Red Green Blue C M Y K H S L
Decimal 25 31 205 0.88 0.85 0 0.20 238 0.78 0.45
Hex 19 1F CD 58 55 0 14 EE 4E 2D
Octal 31 37 315 130 125 0 24 356 116 55
Binary 11001 11111 11001101 1011000 1010101 0 10100 11101110 1001110 101101

Color Harmonies of #191FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191FCD

Black with #191FCD

Text Example


Text Example

White with #191FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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