#1B3ABB

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

Shades of Persian Blue #1B3ABB

Tints of Persian Blue #1B3ABB

Color information

#1B3ABB (or 0x1B3ABB) is unknown color: approx Persian Blue. HEX triplet: 1B, 3A and BB. RGB value is (27,58,187). Sum of RGB (Red+Green+Blue) = 27+58+187=272 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.93% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B3ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3ABB is #E4C544. Grayscale: #3E3E3E. Windows color (decimal): -14992709 or 12270107. OLE color: 12270107.

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

Color convert

RGB2758187-
CMYK0.860.6900.27
HSL228.38º74.77%41.96%-
HSV(B)228.38º85.56%73.33%-
XYZ10.936.8547.76-
YUV63.44197.73102.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.93%
GREEN value IS 58 (23.05% from 255) = 21.32%
BLUE value IS 187 (73.44% from 255) = 68.75%
R=9.93%
G=21.32%
B=68.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27581870.860.6900.27228.3874.7741.96
Hex1B3ABB564501Be44b2a
Octal337227312610503334411352
Binary110111110101011101110101101000101011011111001001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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