#1B3EBB

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

Shades of Persian Blue #1B3EBB

Tints of Persian Blue #1B3EBB

Color information

#1B3EBB (or 0x1B3EBB) is unknown color: approx Persian Blue. HEX triplet: 1B, 3E and BB. RGB value is (27,62,187). Sum of RGB (Red+Green+Blue) = 27+62+187=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B3EBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3EBB is #E4C144. Grayscale: #414141. Windows color (decimal): -14991685 or 12271131. OLE color: 12271131.

HSL color Cylindrical-coordinate representation of color #1B3EBB: hue angle of 226.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B3EBB is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2762187-
CMYK0.860.6700.27
HSL226.88º74.77%41.96%-
HSV(B)226.88º85.56%73.33%-
XYZ11.147.2747.83-
YUV65.78196.4100.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.78%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 187 (73.44% from 255) = 67.75%
R=9.78%
G=22.46%
B=67.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27621870.860.6700.27226.8874.7741.96
Hex1B3EBB564301Be34b2a
Octal337627312610303334311352
Binary110111111101011101110101101000011011011111000111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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