#1549BB

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

Shades of Persian Blue #1549BB

Tints of Persian Blue #1549BB

Color information

#1549BB (or 0x1549BB) is unknown color: approx Persian Blue. HEX triplet: 15, 49 and BB. RGB value is (21,73,187). Sum of RGB (Red+Green+Blue) = 21+73+187=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #1549BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1549BB is #EAB644. Grayscale: #454545. Windows color (decimal): -15382085 or 12273941. OLE color: 12273941.

HSL color Cylindrical-coordinate representation of color #1549BB: hue angle of 221.2º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1549BB is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2173187-
CMYK0.890.6100.27
HSL221.2º79.81%40.78%-
HSV(B)221.2º88.77%73.33%-
XYZ11.668.5148.04-
YUV70.45193.7792.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.47%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 187 (73.44% from 255) = 66.55%
R=7.47%
G=25.98%
B=66.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21731870.890.6100.27221.279.8140.78
Hex1549BB593D01Bdd5029
Octal251112731317503333512051
Binary101011001001101110111011001111101011011110111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1549BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1549BB; }

 p { color: rgb(21,73,187); }

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

<style>
 a { background-color: #1549BB; }

 a { background-color: rgb(21,73,187); }

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

<style>
 span { border-color: #1549BB; }

 span { border-color: rgb(21,73,187); }

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