#1B2EBE

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

Shades of Persian Blue #1B2EBE

Tints of Persian Blue #1B2EBE

Color information

#1B2EBE (or 0x1B2EBE) is unknown color: approx Persian Blue. HEX triplet: 1B, 2E and BE. RGB value is (27,46,190). Sum of RGB (Red+Green+Blue) = 27+46+190=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 190 (74.61% from 255 or 72.24% from 263); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B2EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B2EBE is #E4D141. Grayscale: #383838. Windows color (decimal): -14995778 or 12463643. OLE color: 12463643.

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

Color convert

RGB2746190-
CMYK0.860.7600.25
HSL233.01º75.12%42.55%-
HSV(B)233.01º85.79%74.51%-
XYZ10.725.949.29-
YUV56.74203.21106.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.27%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 190 (74.61% from 255) = 72.24%
R=10.27%
G=17.49%
B=72.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27461900.860.7600.25233.0175.1242.55
Hex1B2EBE564C019e94b2b
Octal335627612611403135111353
Binary110111011101011111010101101001100011001111010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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