#1b31b5

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

Shades of Persian Blue #1B31B5

Tints of Persian Blue #1B31B5

Color information

#1B31B5 (or 0x1B31B5) is unknown color: approx Persian Blue. HEX triplet: 1B, 31 and B5. RGB value is (27,49,181). Sum of RGB (Red+Green+Blue) = 27+49+181=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 181 (71.09% from 255 or 70.43% from 257); Max value from RGB is 181 - color contains mainly: blue. Hex color #1B31B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B31B5 is #E4CE4A. Grayscale: #383838. Windows color (decimal): -14995019 or 11874587. OLE color: 11874587.

HSL color Cylindrical-coordinate representation of color #1B31B5: hue angle of 231.43º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B31B5 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2749181-
CMYK0.850.7300.29
HSL231.43º74.04%40.78%-
HSV(B)231.43º85.08%70.98%-
XYZ9.895.7744.31-
YUV57.47197.71106.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.51%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 181 (71.09% from 255) = 70.43%
R=10.51%
G=19.07%
B=70.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27491810.850.7300.29231.4374.0440.78
Hex1B31B5554901De74a29
Octal336126512511103534711251
Binary110111100011011010110101011001001011101111001111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b31b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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