#1B1CBF

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

Shades of Persian Blue #1B1CBF

Tints of Persian Blue #1B1CBF

Color information

#1B1CBF (or 0x1B1CBF) is unknown color: approx Persian Blue. HEX triplet: 1B, 1C and BF. RGB value is (27,28,191). Sum of RGB (Red+Green+Blue) = 27+28+191=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 28 (11.33% from 255 or 11.38% 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 #1B1CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1CBF is #E4E340. Grayscale: #2D2D2D. Windows color (decimal): -15000385 or 12524571. OLE color: 12524571.

HSL color Cylindrical-coordinate representation of color #1B1CBF: hue angle of 239.63º 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 #1B1CBF is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2728191-
CMYK0.860.8500.25
HSL239.63º75.23%42.75%-
HSV(B)239.63º85.86%74.9%-
XYZ10.274.8349.68-
YUV46.28209.67114.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27281910.860.8500.25239.6375.2342.75
Hex1B1CBF5655019f04b2b
Octal333427712612503136011353
Binary11011111001011111110101101010101011001111100001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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