#1C19B9

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

Shades of Persian Blue #1C19B9

Tints of Persian Blue #1C19B9

Color information

#1C19B9 (or 0x1C19B9) is unknown color: approx Persian Blue. HEX triplet: 1C, 19 and B9. RGB value is (28,25,185). Sum of RGB (Red+Green+Blue) = 28+25+185=238 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.76% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 185 (72.66% from 255 or 77.73% from 238); Max value from RGB is 185 - color contains mainly: blue. Hex color #1C19B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C19B9 is #E3E646. Grayscale: #2B2B2B. Windows color (decimal): -14935623 or 12130588. OLE color: 12130588.

HSL color Cylindrical-coordinate representation of color #1C19B9: hue angle of 241.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C19B9 is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2825185-
CMYK0.850.8600.27
HSL241.12º76.19%41.18%-
HSV(B)241.12º86.49%72.55%-
XYZ9.584.4446.25-
YUV44.14207.49116.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.76%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 185 (72.66% from 255) = 77.73%
R=11.76%
G=10.50%
B=77.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28251850.850.8600.27241.1276.1941.18
Hex1C19B9555601Bf14c29
Octal343127112512603336111451
Binary11100110011011100110101011010110011011111100011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C19B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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