#191CC3

Color #191CC3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #191CC3

Tints of Persian Blue #191CC3

Color information

#191CC3 (or 0x191CC3) is unknown color: approx Persian Blue. HEX triplet: 19, 1C and C3. RGB value is (25,28,195). Sum of RGB (Red+Green+Blue) = 25+28+195=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 195 (76.56% from 255 or 78.63% from 248); Max value from RGB is 195 - color contains mainly: blue. Hex color #191CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191CC3 is #E6E33C. Grayscale: #2D2D2D. Windows color (decimal): -15131453 or 12786713. OLE color: 12786713.

HSL color Cylindrical-coordinate representation of color #191CC3: hue angle of 238.94º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #191CC3 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2528195-
CMYK0.870.8600.24
HSL238.94º77.27%43.14%-
HSV(B)238.94º87.18%76.47%-
XYZ10.674.9852.03-
YUV46.14212.01112.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 28 (11.33% from 255) = 11.29%
BLUE value IS 195 (76.56% from 255) = 78.63%
R=10.08%
G=11.29%
B=78.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25281950.870.8600.24238.9477.2743.14
Hex191CC35756018ef4d2b
Octal313430312712603035711553
Binary11001111001100001110101111010110011000111011111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #191CC3;
 }
 .AnyTagClassName
 {
   color: #191CC3;
 }
</style>
background-color css

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

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

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

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

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

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