#1C1CC6

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

Shades of Persian Blue #1C1CC6

Tints of Persian Blue #1C1CC6

Color information

#1C1CC6 (or 0x1C1CC6) is unknown color: approx Persian Blue. HEX triplet: 1C, 1C and C6. RGB value is (28,28,198). Sum of RGB (Red+Green+Blue) = 28+28+198=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 198 (77.73% from 255 or 77.95% from 254); Max value from RGB is 198 - color contains mainly: blue. Hex color #1C1CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1CC6 is #E3E339. Grayscale: #2E2E2E. Windows color (decimal): -14934842 or 12983324. OLE color: 12983324.

HSL color Cylindrical-coordinate representation of color #1C1CC6: hue angle of 240º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C1CC6 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2828198-
CMYK0.860.8600.22
HSL240º75.22%44.31%-
HSV(B)240º85.86%77.65%-
XYZ11.095.1553.84-
YUV47.38213114.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.02%
GREEN value IS 28 (11.33% from 255) = 11.02%
BLUE value IS 198 (77.73% from 255) = 77.95%
R=11.02%
G=11.02%
B=77.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal28281980.860.8600.2224075.2244.31
Hex1C1CC65656016f04b2c
Octal343430612612602636011354
Binary11100111001100011010101101010110010110111100001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,28,198); }

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

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

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

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

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

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

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