#1639BB

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

Shades of Persian Blue #1639BB

Tints of Persian Blue #1639BB

Color information

#1639BB (or 0x1639BB) is unknown color: approx Persian Blue. HEX triplet: 16, 39 and BB. RGB value is (22,57,187). Sum of RGB (Red+Green+Blue) = 22+57+187=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #1639BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1639BB is #E9C644. Grayscale: #3C3C3C. Windows color (decimal): -15320645 or 12269846. OLE color: 12269846.

HSL color Cylindrical-coordinate representation of color #1639BB: hue angle of 227.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1639BB is Cyan = 0.88, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2257187-
CMYK0.880.7000.27
HSL227.27º78.95%40.98%-
HSV(B)227.27º88.24%73.33%-
XYZ10.766.6847.74-
YUV61.35198.999.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.27%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 187 (73.44% from 255) = 70.30%
R=8.27%
G=21.43%
B=70.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22571870.880.7000.27227.2778.9540.98
Hex1639BB584601Be34f29
Octal267127313010603334311751
Binary101101110011011101110110001000110011011111000111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1639BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1639BB; }

 p { color: rgb(22,57,187); }

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

<style>
 a { background-color: #1639BB; }

 a { background-color: rgb(22,57,187); }

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

<style>
 span { border-color: #1639BB; }

 span { border-color: rgb(22,57,187); }

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