#1624B5

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

Shades of Persian Blue #1624B5

Tints of Persian Blue #1624B5

Color information

#1624B5 (or 0x1624B5) is unknown color: approx Persian Blue. HEX triplet: 16, 24 and B5. RGB value is (22,36,181). Sum of RGB (Red+Green+Blue) = 22+36+181=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 181 (71.09% from 255 or 75.73% from 239); Max value from RGB is 181 - color contains mainly: blue. Hex color #1624B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1624B5 is #E9DB4A. Grayscale: #2F2F2F. Windows color (decimal): -15326027 or 11871254. OLE color: 11871254.

HSL color Cylindrical-coordinate representation of color #1624B5: hue angle of 234.72º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1624B5 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2236181-
CMYK0.880.8000.29
HSL234.72º78.33%39.8%-
HSV(B)234.72º87.85%70.98%-
XYZ9.34.7744.15-
YUV48.34202.86109.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 181 (71.09% from 255) = 75.73%
R=9.21%
G=15.06%
B=75.73%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22361810.880.8000.29234.7278.3339.8
Hex1624B5585001Deb4e28
Octal264426513012003535311650
Binary101101001001011010110110001010000011101111010111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1624B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1624B5; }

 p { color: rgb(22,36,181); }

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

<style>
 a { background-color: #1624B5; }

 a { background-color: rgb(22,36,181); }

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

<style>
 span { border-color: #1624B5; }

 span { border-color: rgb(22,36,181); }

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