#161BB4

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

Shades of Persian Blue #161BB4

Tints of Persian Blue #161BB4

Color information

#161BB4 (or 0x161BB4) is unknown color: approx Persian Blue. HEX triplet: 16, 1B and B4. RGB value is (22,27,180). Sum of RGB (Red+Green+Blue) = 22+27+180=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 180 (70.70% from 255 or 78.60% from 229); Max value from RGB is 180 - color contains mainly: blue. Hex color #161BB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161BB4 is #E9E44B. Grayscale: #2A2A2A. Windows color (decimal): -15328332 or 11803414. OLE color: 11803414.

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

Color convert

RGB2227180-
CMYK0.880.8500.29
HSL238.1º78.22%39.61%-
HSV(B)238.1º87.78%70.59%-
XYZ8.964.2543.53-
YUV42.95205.34113.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 27 (10.94% from 255) = 11.79%
BLUE value IS 180 (70.70% from 255) = 78.60%
R=9.61%
G=11.79%
B=78.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal22271800.880.8500.29238.178.2239.61
Hex161BB4585501Dee4e28
Octal263326413012503535611650
Binary10110110111011010010110001010101011101111011101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,27,180); }

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

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

 a { background-color: rgb(22,27,180); }

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

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

 span { border-color: rgb(22,27,180); }

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