#1B40E3

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

Shades of Persian Blue #1B40E3

Tints of Persian Blue #1B40E3

Color information

#1B40E3 (or 0x1B40E3) is unknown color: approx Persian Blue. HEX triplet: 1B, 40 and E3. RGB value is (27,64,227). Sum of RGB (Red+Green+Blue) = 27+64+227=318 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.49% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 227 (89.06% from 255 or 71.38% from 318); Max value from RGB is 227 - color contains mainly: blue. Hex color #1B40E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B40E3 is #E4BF1C. Grayscale: #464646. Windows color (decimal): -14991133 or 14893083. OLE color: 14893083.

HSL color Cylindrical-coordinate representation of color #1B40E3: hue angle of 228.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B40E3 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2764227-
CMYK0.880.7200.11
HSL228.9º78.74%49.8%-
HSV(B)228.9º88.11%89.02%-
XYZ16.159.4573.65-
YUV71.52215.7496.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.49%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 227 (89.06% from 255) = 71.38%
R=8.49%
G=20.13%
B=71.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal27642270.880.7200.11228.978.7449.8
Hex1B40E358480Be54f32
Octal3310034313011001334511762
Binary110111000000111000111011000100100001011111001011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B40E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,64,227); }

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

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

 a { background-color: rgb(27,64,227); }

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

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

 span { border-color: rgb(27,64,227); }

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