#1B1DBE

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

Shades of Persian Blue #1B1DBE

Tints of Persian Blue #1B1DBE

Color information

#1B1DBE (or 0x1B1DBE) is unknown color: approx Persian Blue. HEX triplet: 1B, 1D and BE. RGB value is (27,29,190). Sum of RGB (Red+Green+Blue) = 27+29+190=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 190 (74.61% from 255 or 77.24% from 246); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B1DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B1DBE is #E4E241. Grayscale: #2E2E2E. Windows color (decimal): -15000130 or 12459291. OLE color: 12459291.

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

Color convert

RGB2729190-
CMYK0.860.8500.25
HSL239.26º75.12%42.55%-
HSV(B)239.26º85.79%74.51%-
XYZ10.194.8349.11-
YUV46.76208.84113.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.98%
GREEN value IS 29 (11.72% from 255) = 11.79%
BLUE value IS 190 (74.61% from 255) = 77.24%
R=10.98%
G=11.79%
B=77.24%

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
Decimal27291900.860.8500.25239.2675.1242.55
Hex1B1DBE5655019ef4b2b
Octal333527612612503135711353
Binary11011111011011111010101101010101011001111011111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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