#161AB9

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

Shades of Persian Blue #161AB9

Tints of Persian Blue #161AB9

Color information

#161AB9 (or 0x161AB9) is unknown color: approx Persian Blue. HEX triplet: 16, 1A and B9. RGB value is (22,26,185). Sum of RGB (Red+Green+Blue) = 22+26+185=233 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.44% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 185 (72.66% from 255 or 79.40% from 233); Max value from RGB is 185 - color contains mainly: blue. Hex color #161AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161AB9 is #E9E546. Grayscale: #2A2A2A. Windows color (decimal): -15328583 or 12130838. OLE color: 12130838.

HSL color Cylindrical-coordinate representation of color #161AB9: hue angle of 238.53º 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 #161AB9 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2226185-
CMYK0.880.8600.27
HSL238.53º78.74%40.59%-
HSV(B)238.53º88.11%72.55%-
XYZ9.464.4146.25-
YUV42.93208.17113.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.44%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 185 (72.66% from 255) = 79.40%
R=9.44%
G=11.16%
B=79.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22261850.880.8600.27238.5378.7440.59
Hex161AB9585601Bef4f29
Octal263227113012603335711751
Binary10110110101011100110110001010110011011111011111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161AB9; }

 p { color: rgb(22,26,185); }

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

<style>
 a { background-color: #161AB9; }

 a { background-color: rgb(22,26,185); }

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

<style>
 span { border-color: #161AB9; }

 span { border-color: rgb(22,26,185); }

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