#1B41BE

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

Shades of Persian Blue #1B41BE

Tints of Persian Blue #1B41BE

Color information

#1B41BE (or 0x1B41BE) is unknown color: approx Persian Blue. HEX triplet: 1B, 41 and BE. RGB value is (27,65,190). Sum of RGB (Red+Green+Blue) = 27+65+190=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B41BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B41BE is #E4BE41. Grayscale: #434343. Windows color (decimal): -14990914 or 12468507. OLE color: 12468507.

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

Color convert

RGB2765190-
CMYK0.860.6600.25
HSL226.01º75.12%42.55%-
HSV(B)226.01º85.79%74.51%-
XYZ11.647.7349.59-
YUV67.89196.9198.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 190 (74.61% from 255) = 67.38%
R=9.57%
G=23.05%
B=67.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27651900.860.6600.25226.0175.1242.55
Hex1B41BE5642019e24b2b
Octal3310127612610203134211353
Binary1101110000011011111010101101000010011001111000101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B41BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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