#161CBE

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

Shades of Persian Blue #161CBE

Tints of Persian Blue #161CBE

Color information

#161CBE (or 0x161CBE) is unknown color: approx Persian Blue. HEX triplet: 16, 1C and BE. RGB value is (22,28,190). Sum of RGB (Red+Green+Blue) = 22+28+190=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 190 (74.61% from 255 or 79.17% from 240); Max value from RGB is 190 - color contains mainly: blue. Hex color #161CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161CBE is #E9E341. Grayscale: #2C2C2C. Windows color (decimal): -15328066 or 12459030. OLE color: 12459030.

HSL color Cylindrical-coordinate representation of color #161CBE: hue angle of 237.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #161CBE is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2228190-
CMYK0.880.8500.25
HSL237.86º79.25%41.57%-
HSV(B)237.86º88.42%74.51%-
XYZ10.044.7249.1-
YUV44.67210.01111.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 28 (11.33% from 255) = 11.67%
BLUE value IS 190 (74.61% from 255) = 79.17%
R=9.17%
G=11.67%
B=79.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22281900.880.8500.25237.8679.2541.57
Hex161CBE5855019ee4f2a
Octal263427613012503135611752
Binary10110111001011111010110001010101011001111011101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,28,190); }

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

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

 a { background-color: rgb(22,28,190); }

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

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

 span { border-color: rgb(22,28,190); }

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