Html Css Color HEX #191DCE Persian Blue

📋 copy color: '#191DCE'

red 25 ◦ green 29 ◦ blue 206

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

Shades of Persian Blue #191DCE

Tints of Persian Blue #191DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 79.23%

R = 9.62%
G = 11.15%
B = 79.23%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#191DCE (or 0x191DCE) is known color: Persian Blue. HEX triplet: 19, 1D and CE. RGB value is (25,29,206). Sum of RGB (Red+Green+Blue) = 25+29+206=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #191DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191DCE is #E6E231. Grayscale: #2F2F2F. Windows color (decimal): -15131186 or 13507865. OLE color: 13507865.

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

Color convert

RGB 25 29 206 -
CMYK 0.88 0.86 0 0.19
HSL 238.67º 0.78% 0.45% -
HSV(B) 238.67º 0.88% 0.81% -
XYZ 11.98 5.54 58.83 -
YUV 47.98 217.17 111.61 -
System Red Green Blue C M Y K H S L
Decimal 25 29 206 0.88 0.86 0 0.19 238.67 0.78 0.45
Hex 19 1D CE 58 56 0 13 EF 4E 2D
Octal 31 35 316 130 126 0 23 357 116 55
Binary 11001 11101 11001110 1011000 1010110 0 10011 11101111 1001110 101101

Color Harmonies of #191DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191DCE

Black with #191DCE

Text Example


Text Example

White with #191DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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