Html Css Color HEX #191CCD Persian Blue

📋 copy color: '#191CCD'

red 25 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #191CCD

Tints of Persian Blue #191CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.85%

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

R = 9.69%
G = 10.85%
B = 79.46%

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

#191CCD (or 0x191CCD) is known color: Persian Blue. HEX triplet: 19, 1C and CD. RGB value is (25,28,205). Sum of RGB (Red+Green+Blue) = 25+28+205=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 205 (80.47% from 255 or 79.46% from 258); Max value from RGB is 205 - color contains mainly: blue. Hex color #191CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191CCD is #E6E332. Grayscale: #2E2E2E. Windows color (decimal): -15131443 or 13442073. OLE color: 13442073.

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

Color convert

RGB 25 28 205 -
CMYK 0.88 0.86 0 0.20
HSL 239º 0.78% 0.45% -
HSV(B) 239º 0.88% 0.8% -
XYZ 11.84 5.44 58.18 -
YUV 47.28 217.01 112.11 -
System Red Green Blue C M Y K H S L
Decimal 25 28 205 0.88 0.86 0 0.20 239 0.78 0.45
Hex 19 1C CD 58 56 0 14 EF 4E 2D
Octal 31 34 315 130 126 0 24 357 116 55
Binary 11001 11100 11001101 1011000 1010110 0 10100 11101111 1001110 101101

Color Harmonies of #191CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191CCD

Black with #191CCD

Text Example


Text Example

White with #191CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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