#1B3EBE

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

Shades of Persian Blue #1B3EBE

Tints of Persian Blue #1B3EBE

Color information

#1B3EBE (or 0x1B3EBE) is unknown color: approx Persian Blue. HEX triplet: 1B, 3E and BE. RGB value is (27,62,190). Sum of RGB (Red+Green+Blue) = 27+62+190=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B3EBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3EBE is #E4C141. Grayscale: #414141. Windows color (decimal): -14991682 or 12467739. OLE color: 12467739.

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

Color convert

RGB2762190-
CMYK0.860.6700.25
HSL227.12º75.12%42.55%-
HSV(B)227.12º85.79%74.51%-
XYZ11.477.449.54-
YUV66.13197.9100.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.68%
GREEN value IS 62 (24.61% from 255) = 22.22%
BLUE value IS 190 (74.61% from 255) = 68.10%
R=9.68%
G=22.22%
B=68.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27621900.860.6700.25227.1275.1242.55
Hex1B3EBE5643019e34b2b
Octal337627612610303134311353
Binary110111111101011111010101101000011011001111000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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