Html Css Color HEX #191DCD Persian Blue

📋 copy color: '#191DCD'

red 25 ◦ green 29 ◦ blue 205

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

Shades of Persian Blue #191DCD

Tints of Persian Blue #191DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.2%

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

R = 9.65%
G = 11.2%
B = 79.15%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#191DCD (or 0x191DCD) is known color: Persian Blue. HEX triplet: 19, 1D and CD. RGB value is (25,29,205). Sum of RGB (Red+Green+Blue) = 25+29+205=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 29 (11.72% from 255 or 11.20% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #191DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191DCD is #E6E232. Grayscale: #2F2F2F. Windows color (decimal): -15131187 or 13442329. OLE color: 13442329.

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

Color convert

RGB 25 29 205 -
CMYK 0.88 0.86 0 0.20
HSL 238.67º 0.78% 0.45% -
HSV(B) 238.67º 0.88% 0.8% -
XYZ 11.86 5.49 58.19 -
YUV 47.87 216.67 111.69 -
System Red Green Blue C M Y K H S L
Decimal 25 29 205 0.88 0.86 0 0.20 238.67 0.78 0.45
Hex 19 1D CD 58 56 0 14 EF 4E 2D
Octal 31 35 315 130 126 0 24 357 116 55
Binary 11001 11101 11001101 1011000 1010110 0 10100 11101111 1001110 101101

Color Harmonies of #191DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191DCD

Black with #191DCD

Text Example


Text Example

White with #191DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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