#1B29BE

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

Shades of Persian Blue #1B29BE

Tints of Persian Blue #1B29BE

Color information

#1B29BE (or 0x1B29BE) is unknown color: approx Persian Blue. HEX triplet: 1B, 29 and BE. RGB value is (27,41,190). Sum of RGB (Red+Green+Blue) = 27+41+190=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B29BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B29BE is #E4D641. Grayscale: #353535. Windows color (decimal): -14997058 or 12462363. OLE color: 12462363.

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

Color convert

RGB2741190-
CMYK0.860.7800.25
HSL234.85º75.12%42.55%-
HSV(B)234.85º85.79%74.51%-
XYZ10.545.5449.23-
YUV53.8204.86108.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.47%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 190 (74.61% from 255) = 73.64%
R=10.47%
G=15.89%
B=73.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27411900.860.7800.25234.8575.1242.55
Hex1B29BE564E019eb4b2b
Octal335127612611603135311353
Binary110111010011011111010101101001110011001111010111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B29BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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