#1B40BE

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

Shades of Persian Blue #1B40BE

Tints of Persian Blue #1B40BE

Color information

#1B40BE (or 0x1B40BE) is unknown color: approx Persian Blue. HEX triplet: 1B, 40 and BE. RGB value is (27,64,190). Sum of RGB (Red+Green+Blue) = 27+64+190=281 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.61% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B40BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B40BE is #E4BF41. Grayscale: #424242. Windows color (decimal): -14991170 or 12468251. OLE color: 12468251.

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

Color convert

RGB2764190-
CMYK0.860.6600.25
HSL226.38º75.12%42.55%-
HSV(B)226.38º85.79%74.51%-
XYZ11.587.6249.58-
YUV67.3197.2499.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.61%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 190 (74.61% from 255) = 67.62%
R=9.61%
G=22.78%
B=67.62%

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
Decimal27641900.860.6600.25226.3875.1242.55
Hex1B40BE5642019e24b2b
Octal3310027612610203134211353
Binary1101110000001011111010101101000010011001111000101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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