#1C19C3

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

Shades of Persian Blue #1C19C3

Tints of Persian Blue #1C19C3

Color information

#1C19C3 (or 0x1C19C3) is unknown color: approx Persian Blue. HEX triplet: 1C, 19 and C3. RGB value is (28,25,195). Sum of RGB (Red+Green+Blue) = 28+25+195=248 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.29% from 248); Green value is 25 (10.16% from 255 or 10.08% 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 #1C19C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C19C3 is #E3E63C. Grayscale: #2C2C2C. Windows color (decimal): -14935613 or 12785948. OLE color: 12785948.

HSL color Cylindrical-coordinate representation of color #1C19C3: hue angle of 241.06º 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 #1C19C3 is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2825195-
CMYK0.860.8700.24
HSL241.06º77.27%43.14%-
HSV(B)241.06º87.18%76.47%-
XYZ10.684.8852.01-
YUV45.28212.49115.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28251950.860.8700.24241.0677.2743.14
Hex1C19C35657018f14d2b
Octal343130312612703036111553
Binary11100110011100001110101101010111011000111100011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C19C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C19C3; }

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

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

<style>
 a { background-color: #1C19C3; }

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

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

<style>
 span { border-color: #1C19C3; }

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

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