#1c17b3

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

Shades of Persian Blue #1C17B3

Tints of Persian Blue #1C17B3

Color information

#1C17B3 (or 0x1C17B3) is unknown color: approx Persian Blue. HEX triplet: 1C, 17 and B3. RGB value is (28,23,179). Sum of RGB (Red+Green+Blue) = 28+23+179=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 179 (70.31% from 255 or 77.83% from 230); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C17B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C17B3 is #E3E84C. Grayscale: #292929. Windows color (decimal): -14936141 or 11736860. OLE color: 11736860.

HSL color Cylindrical-coordinate representation of color #1C17B3: hue angle of 241.92º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C17B3 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2823179-
CMYK0.840.8700.30
HSL241.92º77.23%39.61%-
HSV(B)241.92º87.15%70.2%-
XYZ8.924.1142.97-
YUV42.28205.16117.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 23 (9.38% from 255) = 10%
BLUE value IS 179 (70.31% from 255) = 77.83%
R=12.17%
G=10%
B=77.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal28231790.840.8700.30241.9277.2339.61
Hex1C17B3545701Ef24d28
Octal342726312412703636211550
Binary11100101111011001110101001010111011110111100101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c17b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,23,179); }

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

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

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

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

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

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

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