#1B36BE

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

Shades of Persian Blue #1B36BE

Tints of Persian Blue #1B36BE

Color information

#1B36BE (or 0x1B36BE) is unknown color: approx Persian Blue. HEX triplet: 1B, 36 and BE. RGB value is (27,54,190). Sum of RGB (Red+Green+Blue) = 27+54+190=271 (35% of max value = 765). Red value is 27 (10.94% from 255 or 9.96% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B36BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B36BE is #E4C941. Grayscale: #3C3C3C. Windows color (decimal): -14993730 or 12465691. OLE color: 12465691.

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

Color convert

RGB2754190-
CMYK0.860.7200.25
HSL230.06º75.12%42.55%-
HSV(B)230.06º85.79%74.51%-
XYZ11.076.5949.4-
YUV61.43200.55103.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.96%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 190 (74.61% from 255) = 70.11%
R=9.96%
G=19.93%
B=70.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27541900.860.7200.25230.0675.1242.55
Hex1B36BE5648019e64b2b
Octal336627612611003134611353
Binary110111101101011111010101101001000011001111001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B36BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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