#1641C7

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

Shades of Persian Blue #1641C7

Tints of Persian Blue #1641C7

Color information

#1641C7 (or 0x1641C7) is unknown color: approx Persian Blue. HEX triplet: 16, 41 and C7. RGB value is (22,65,199). Sum of RGB (Red+Green+Blue) = 22+65+199=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 199 (78.12% from 255 or 69.58% from 286); Max value from RGB is 199 - color contains mainly: blue. Hex color #1641C7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1641C7 is #E9BE38. Grayscale: #424242. Windows color (decimal): -15318585 or 13058326. OLE color: 13058326.

HSL color Cylindrical-coordinate representation of color #1641C7: hue angle of 225.42º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1641C7 is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2265199-
CMYK0.890.6700.22
HSL225.42º80.09%43.33%-
HSV(B)225.42º88.94%78.04%-
XYZ12.538.0754.93-
YUV67.42202.2595.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.69%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 199 (78.12% from 255) = 69.58%
R=7.69%
G=22.73%
B=69.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22651990.890.6700.22225.4280.0943.33
Hex1641C75943016e1502b
Octal2610130713110302634112053
Binary1011010000011100011110110011000011010110111000011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1641C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1641C7; }

 p { color: rgb(22,65,199); }

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

<style>
 a { background-color: #1641C7; }

 a { background-color: rgb(22,65,199); }

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

<style>
 span { border-color: #1641C7; }

 span { border-color: rgb(22,65,199); }

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