#1645BD

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

Shades of Persian Blue #1645BD

Tints of Persian Blue #1645BD

Color information

#1645BD (or 0x1645BD) is unknown color: approx Persian Blue. HEX triplet: 16, 45 and BD. RGB value is (22,69,189). Sum of RGB (Red+Green+Blue) = 22+69+189=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #1645BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1645BD is #E9BA42. Grayscale: #444444. Windows color (decimal): -15317571 or 12403990. OLE color: 12403990.

HSL color Cylindrical-coordinate representation of color #1645BD: hue angle of 223.11º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1645BD is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2269189-
CMYK0.880.6300.26
HSL223.11º79.15%41.37%-
HSV(B)223.11º88.36%74.12%-
XYZ11.648.149.09-
YUV68.63195.9394.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.86%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 189 (74.22% from 255) = 67.5%
R=7.86%
G=24.64%
B=67.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22691890.880.6300.26223.1179.1541.37
Hex1645BD583F01Adf4f29
Octal261052751307703233711751
Binary101101000101101111011011000111111011010110111111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1645BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1645BD; }

 p { color: rgb(22,69,189); }

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

<style>
 a { background-color: #1645BD; }

 a { background-color: rgb(22,69,189); }

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

<style>
 span { border-color: #1645BD; }

 span { border-color: rgb(22,69,189); }

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