#1621C9

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

Shades of Persian Blue #1621C9

Tints of Persian Blue #1621C9

Color information

#1621C9 (or 0x1621C9) is unknown color: approx Persian Blue. HEX triplet: 16, 21 and C9. RGB value is (22,33,201). Sum of RGB (Red+Green+Blue) = 22+33+201=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 201 (78.91% from 255 or 78.52% from 256); Max value from RGB is 201 - color contains mainly: blue. Hex color #1621C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1621C9 is #E9DE36. Grayscale: #303030. Windows color (decimal): -15326775 or 13181206. OLE color: 13181206.

HSL color Cylindrical-coordinate representation of color #1621C9: hue angle of 236.31º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1621C9 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2233201-
CMYK0.890.8400.21
HSL236.31º80.27%43.73%-
HSV(B)236.31º89.05%78.82%-
XYZ11.425.4855.71-
YUV48.86213.86108.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 201 (78.91% from 255) = 78.52%
R=8.59%
G=12.89%
B=78.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22332010.890.8400.21236.3180.2743.73
Hex1621C95954015ec502c
Octal264131113112402535412054
Binary101101000011100100110110011010100010101111011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1621C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1621C9; }

 p { color: rgb(22,33,201); }

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

<style>
 a { background-color: #1621C9; }

 a { background-color: rgb(22,33,201); }

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

<style>
 span { border-color: #1621C9; }

 span { border-color: rgb(22,33,201); }

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