#1628B4

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

Shades of Persian Blue #1628B4

Tints of Persian Blue #1628B4

Color information

#1628B4 (or 0x1628B4) is unknown color: approx Persian Blue. HEX triplet: 16, 28 and B4. RGB value is (22,40,180). Sum of RGB (Red+Green+Blue) = 22+40+180=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 180 (70.70% from 255 or 74.38% from 242); Max value from RGB is 180 - color contains mainly: blue. Hex color #1628B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1628B4 is #E9D74B. Grayscale: #323232. Windows color (decimal): -15325004 or 11806742. OLE color: 11806742.

HSL color Cylindrical-coordinate representation of color #1628B4: hue angle of 233.16º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1628B4 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2240180-
CMYK0.880.7800.29
HSL233.16º78.22%39.61%-
HSV(B)233.16º87.78%70.59%-
XYZ9.334.9843.65-
YUV50.58201.04107.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.09%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 180 (70.70% from 255) = 74.38%
R=9.09%
G=16.53%
B=74.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22401800.880.7800.29233.1678.2239.61
Hex1628B4584E01De94e28
Octal265026413011603535111650
Binary101101010001011010010110001001110011101111010011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1628B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1628B4; }

 p { color: rgb(22,40,180); }

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

<style>
 a { background-color: #1628B4; }

 a { background-color: rgb(22,40,180); }

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

<style>
 span { border-color: #1628B4; }

 span { border-color: rgb(22,40,180); }

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