#161FD0

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

Shades of Persian Blue #161FD0

Tints of Persian Blue #161FD0

Color information

#161FD0 (or 0x161FD0) is unknown color: approx Persian Blue. HEX triplet: 16, 1F and D0. RGB value is (22,31,208). Sum of RGB (Red+Green+Blue) = 22+31+208=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 208 (81.64% from 255 or 79.69% from 261); Max value from RGB is 208 - color contains mainly: blue. Hex color #161FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161FD0 is #E9E02F. Grayscale: #2F2F2F. Windows color (decimal): -15327280 or 13639446. OLE color: 13639446.

HSL color Cylindrical-coordinate representation of color #161FD0: hue angle of 237.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #161FD0 is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2231208-
CMYK0.890.8500.18
HSL237.1º80.87%45.1%-
HSV(B)237.1º89.42%81.57%-
XYZ12.215.760.13-
YUV48.49218.02109.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.43%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 208 (81.64% from 255) = 79.69%
R=8.43%
G=11.88%
B=79.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal22312080.890.8500.18237.180.8745.1
Hex161FD05955012ed512d
Octal263732013112502235512155
Binary10110111111101000010110011010101010010111011011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,31,208); }

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

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

 a { background-color: rgb(22,31,208); }

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

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

 span { border-color: rgb(22,31,208); }

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