#1628C0

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

Shades of Persian Blue #1628C0

Tints of Persian Blue #1628C0

Color information

#1628C0 (or 0x1628C0) is unknown color: approx Persian Blue. HEX triplet: 16, 28 and C0. RGB value is (22,40,192). Sum of RGB (Red+Green+Blue) = 22+40+192=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 192 (75.39% from 255 or 75.59% from 254); Max value from RGB is 192 - color contains mainly: blue. Hex color #1628C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1628C0 is #E9D73F. Grayscale: #333333. Windows color (decimal): -15324992 or 12593174. OLE color: 12593174.

HSL color Cylindrical-coordinate representation of color #1628C0: hue angle of 233.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1628C0 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2240192-
CMYK0.890.7900.25
HSL233.65º79.44%41.96%-
HSV(B)233.65º88.54%75.29%-
XYZ10.65.4950.37-
YUV51.95207.04106.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.66%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 192 (75.39% from 255) = 75.59%
R=8.66%
G=15.75%
B=75.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22401920.890.7900.25233.6579.4441.96
Hex1628C0594F019ea4f2a
Octal265030013111703135211752
Binary101101010001100000010110011001111011001111010101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1628C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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