#1B27BD

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

Shades of Persian Blue #1B27BD

Tints of Persian Blue #1B27BD

Color information

#1B27BD (or 0x1B27BD) is unknown color: approx Persian Blue. HEX triplet: 1B, 27 and BD. RGB value is (27,39,189). Sum of RGB (Red+Green+Blue) = 27+39+189=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B27BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B27BD is #E4D842. Grayscale: #333333. Windows color (decimal): -14997571 or 12396315. OLE color: 12396315.

HSL color Cylindrical-coordinate representation of color #1B27BD: hue angle of 235.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B27BD is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2739189-
CMYK0.860.7900.26
HSL235.56º75%42.35%-
HSV(B)235.56º85.71%74.12%-
XYZ10.365.3648.63-
YUV52.51205.02109.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.59%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 189 (74.22% from 255) = 74.12%
R=10.59%
G=15.29%
B=74.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal27391890.860.7900.26235.567542.35
Hex1B27BD564F01Aec4b2a
Octal334727512611703235411352
Binary110111001111011110110101101001111011010111011001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B27BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,39,189); }

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

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

 a { background-color: rgb(27,39,189); }

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

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

 span { border-color: rgb(27,39,189); }

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