#1B31BE

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

Shades of Persian Blue #1B31BE

Tints of Persian Blue #1B31BE

Color information

#1B31BE (or 0x1B31BE) is unknown color: approx Persian Blue. HEX triplet: 1B, 31 and BE. RGB value is (27,49,190). Sum of RGB (Red+Green+Blue) = 27+49+190=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 190 (74.61% from 255 or 71.43% from 266); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B31BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B31BE is #E4CE41. Grayscale: #393939. Windows color (decimal): -14995010 or 12464411. OLE color: 12464411.

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

Color convert

RGB2749190-
CMYK0.860.7400.25
HSL231.9º75.12%42.55%-
HSV(B)231.9º85.79%74.51%-
XYZ10.846.1549.33-
YUV58.5202.21105.54-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.15%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 190 (74.61% from 255) = 71.43%
R=10.15%
G=18.42%
B=71.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27491900.860.7400.25231.975.1242.55
Hex1B31BE564A019e84b2b
Octal336127612611203135011353
Binary110111100011011111010101101001010011001111010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B31BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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