#1620CE

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

Shades of Persian Blue #1620CE

Tints of Persian Blue #1620CE

Color information

#1620CE (or 0x1620CE) is unknown color: approx Persian Blue. HEX triplet: 16, 20 and CE. RGB value is (22,32,206). Sum of RGB (Red+Green+Blue) = 22+32+206=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #1620CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1620CE is #E9DF31. Grayscale: #303030. Windows color (decimal): -15327026 or 13508630. OLE color: 13508630.

HSL color Cylindrical-coordinate representation of color #1620CE: hue angle of 236.74º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1620CE is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2232206-
CMYK0.890.8400.19
HSL236.74º80.7%44.71%-
HSV(B)236.74º89.32%80.78%-
XYZ11.995.6658.85-
YUV48.85216.69108.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.46%
GREEN value IS 32 (12.89% from 255) = 12.31%
BLUE value IS 206 (80.86% from 255) = 79.23%
R=8.46%
G=12.31%
B=79.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal22322060.890.8400.19236.7480.744.71
Hex1620CE5954013ed512d
Octal264031613112402335512155
Binary101101000001100111010110011010100010011111011011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1620CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1620CE; }

 p { color: rgb(22,32,206); }

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

<style>
 a { background-color: #1620CE; }

 a { background-color: rgb(22,32,206); }

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

<style>
 span { border-color: #1620CE; }

 span { border-color: rgb(22,32,206); }

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