Html Css Color HEX #191DCC Persian Blue

📋 copy color: '#191DCC'

red 25 ◦ green 29 ◦ blue 204

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

Shades of Persian Blue #191DCC

Tints of Persian Blue #191DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 79.07%

R = 9.69%
G = 11.24%
B = 79.07%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#191DCC (or 0x191DCC) is known color: Persian Blue. HEX triplet: 19, 1D and CC. RGB value is (25,29,204). Sum of RGB (Red+Green+Blue) = 25+29+204=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 204 (80.08% from 255 or 79.07% from 258); Max value from RGB is 204 - color contains mainly: blue. Hex color #191DCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191DCC is #E6E233. Grayscale: #2F2F2F. Windows color (decimal): -15131188 or 13376793. OLE color: 13376793.

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

Color convert

RGB 25 29 204 -
CMYK 0.88 0.86 0 0.2
HSL 238.66º 0.78% 0.45% -
HSV(B) 238.66º 0.88% 0.8% -
XYZ 11.74 5.45 57.56 -
YUV 47.75 216.17 111.77 -
System Red Green Blue C M Y K H S L
Decimal 25 29 204 0.88 0.86 0 0.2 238.66 0.78 0.45
Hex 19 1D CC 58 56 0 14 EF 4E 2D
Octal 31 35 314 130 126 0 24 357 116 55
Binary 11001 11101 11001100 1011000 1010110 0 10100 11101111 1001110 101101

Color Harmonies of #191DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191DCC

Black with #191DCC

Text Example


Text Example

White with #191DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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