#1646C9

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

Shades of Persian Blue #1646C9

Tints of Persian Blue #1646C9

Color information

#1646C9 (or 0x1646C9) is unknown color: approx Persian Blue. HEX triplet: 16, 46 and C9. RGB value is (22,70,201). Sum of RGB (Red+Green+Blue) = 22+70+201=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #1646C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1646C9 is #E9B936. Grayscale: #464646. Windows color (decimal): -15317303 or 13190678. OLE color: 13190678.

HSL color Cylindrical-coordinate representation of color #1646C9: hue angle of 223.91º 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 #1646C9 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2270201-
CMYK0.890.6500.21
HSL223.91º80.27%43.73%-
HSV(B)223.91º89.05%78.82%-
XYZ13.068.7756.26-
YUV70.58201.693.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.51%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 201 (78.91% from 255) = 68.60%
R=7.51%
G=23.89%
B=68.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22702010.890.6500.21223.9180.2743.73
Hex1646C95941015e0502c
Octal2610631113110102534012054
Binary1011010001101100100110110011000001010101111000001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1646C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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