#1C1CB1

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

Shades of Persian Blue #1C1CB1

Tints of Persian Blue #1C1CB1

Color information

#1C1CB1 (or 0x1C1CB1) is unknown color: approx Persian Blue. HEX triplet: 1C, 1C and B1. RGB value is (28,28,177). Sum of RGB (Red+Green+Blue) = 28+28+177=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 177 (69.53% from 255 or 75.97% from 233); Max value from RGB is 177 - color contains mainly: blue. Hex color #1C1CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C1CB1 is #E3E34E. Grayscale: #2C2C2C. Windows color (decimal): -14934863 or 11607068. OLE color: 11607068.

HSL color Cylindrical-coordinate representation of color #1C1CB1: hue angle of 240º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C1CB1 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2828177-
CMYK0.840.8400.31
HSL240º72.68%40.2%-
HSV(B)240º84.18%69.41%-
XYZ8.834.2541.95-
YUV44.99202.5115.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 28 (11.33% from 255) = 12.02%
BLUE value IS 177 (69.53% from 255) = 75.97%
R=12.02%
G=12.02%
B=75.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28281770.840.8400.3124072.6840.2
Hex1C1CB1545401Ff04928
Octal343426112412403736011150
Binary11100111001011000110101001010100011111111100001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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