#1627BD

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

Shades of Persian Blue #1627BD

Tints of Persian Blue #1627BD

Color information

#1627BD (or 0x1627BD) is unknown color: approx Persian Blue. HEX triplet: 16, 27 and BD. RGB value is (22,39,189). Sum of RGB (Red+Green+Blue) = 22+39+189=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #1627BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1627BD is #E9D842. Grayscale: #323232. Windows color (decimal): -15325251 or 12396310. OLE color: 12396310.

HSL color Cylindrical-coordinate representation of color #1627BD: hue angle of 233.89º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1627BD is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2239189-
CMYK0.880.7900.26
HSL233.89º79.15%41.37%-
HSV(B)233.89º88.36%74.12%-
XYZ10.245.348.63-
YUV51.02205.87107.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.8%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 189 (74.22% from 255) = 75.6%
R=8.8%
G=15.6%
B=75.6%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22391890.880.7900.26233.8979.1541.37
Hex1627BD584F01Aea4f29
Octal264727513011703235211751
Binary101101001111011110110110001001111011010111010101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1627BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1627BD; }

 p { color: rgb(22,39,189); }

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

<style>
 a { background-color: #1627BD; }

 a { background-color: rgb(22,39,189); }

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

<style>
 span { border-color: #1627BD; }

 span { border-color: rgb(22,39,189); }

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