#1B2EB5

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

Shades of Persian Blue #1B2EB5

Tints of Persian Blue #1B2EB5

Color information

#1B2EB5 (or 0x1B2EB5) is unknown color: approx Persian Blue. HEX triplet: 1B, 2E and B5. RGB value is (27,46,181). Sum of RGB (Red+Green+Blue) = 27+46+181=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 181 (71.09% from 255 or 71.26% from 254); Max value from RGB is 181 - color contains mainly: blue. Hex color #1B2EB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2EB5 is #E4D14A. Grayscale: #373737. Windows color (decimal): -14995787 or 11873819. OLE color: 11873819.

HSL color Cylindrical-coordinate representation of color #1B2EB5: hue angle of 232.6º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B2EB5 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2746181-
CMYK0.850.7500.29
HSL232.6º74.04%40.78%-
HSV(B)232.6º85.08%70.98%-
XYZ9.775.5244.27-
YUV55.71198.71107.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.63%
GREEN value IS 46 (18.36% from 255) = 18.11%
BLUE value IS 181 (71.09% from 255) = 71.26%
R=10.63%
G=18.11%
B=71.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27461810.850.7500.29232.674.0440.78
Hex1B2EB5554B01De94a29
Octal335626512511303535111251
Binary110111011101011010110101011001011011101111010011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,46,181); }

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

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

 a { background-color: rgb(27,46,181); }

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

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

 span { border-color: rgb(27,46,181); }

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