#1C1BBF

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

Shades of Persian Blue #1C1BBF

Tints of Persian Blue #1C1BBF

Color information

#1C1BBF (or 0x1C1BBF) is unknown color: approx Persian Blue. HEX triplet: 1C, 1B and BF. RGB value is (28,27,191). Sum of RGB (Red+Green+Blue) = 28+27+191=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 191 (75% from 255 or 77.64% from 246); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C1BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1BBF is #E3E440. Grayscale: #2D2D2D. Windows color (decimal): -14935105 or 12524316. OLE color: 12524316.

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

Color convert

RGB2827191-
CMYK0.850.8600.25
HSL240.37º75.23%42.75%-
HSV(B)240.37º85.86%74.9%-
XYZ10.274.7949.67-
YUV46209.83115.16-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.38%
GREEN value IS 27 (10.94% from 255) = 10.98%
BLUE value IS 191 (75% from 255) = 77.64%
R=11.38%
G=10.98%
B=77.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28271910.850.8600.25240.3775.2342.75
Hex1C1BBF5556019f04b2b
Octal343327712512603136011353
Binary11100110111011111110101011010110011001111100001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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