#1B31BB

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

Shades of Persian Blue #1B31BB

Tints of Persian Blue #1B31BB

Color information

#1B31BB (or 0x1B31BB) is unknown color: approx Persian Blue. HEX triplet: 1B, 31 and BB. RGB value is (27,49,187). Sum of RGB (Red+Green+Blue) = 27+49+187=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B31BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B31BB is #E4CE44. Grayscale: #393939. Windows color (decimal): -14995013 or 12267803. OLE color: 12267803.

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

Color convert

RGB2749187-
CMYK0.860.7400.27
HSL231.75º74.77%41.96%-
HSV(B)231.75º85.56%73.33%-
XYZ10.526.0247.62-
YUV58.15200.71105.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.27%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 187 (73.44% from 255) = 71.10%
R=10.27%
G=18.63%
B=71.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27491870.860.7400.27231.7574.7741.96
Hex1B31BB564A01Be84b2a
Octal336127312611203335011352
Binary110111100011011101110101101001010011011111010001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B31BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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