#1C1BBB

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

Shades of Persian Blue #1C1BBB

Tints of Persian Blue #1C1BBB

Color information

#1C1BBB (or 0x1C1BBB) is unknown color: approx Persian Blue. HEX triplet: 1C, 1B and BB. RGB value is (28,27,187). Sum of RGB (Red+Green+Blue) = 28+27+187=242 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.57% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C1BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1BBB is #E3E444. Grayscale: #2C2C2C. Windows color (decimal): -14935109 or 12262172. OLE color: 12262172.

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

Color convert

RGB2827187-
CMYK0.850.8600.27
HSL240.38º74.77%41.96%-
HSV(B)240.38º85.56%73.33%-
XYZ9.844.6247.39-
YUV45.54207.83115.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.57%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 187 (73.44% from 255) = 77.27%
R=11.57%
G=11.16%
B=77.27%

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
Decimal28271870.850.8600.27240.3874.7741.96
Hex1C1BBB555601Bf04b2a
Octal343327312512603336011352
Binary11100110111011101110101011010110011011111100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,27,187); }

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

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

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

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

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

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

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