#161AC9

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

Shades of Medium Blue #161AC9

Tints of Medium Blue #161AC9

Color information

#161AC9 (or 0x161AC9) is unknown color: approx Medium Blue. HEX triplet: 16, 1A and C9. RGB value is (22,26,201). Sum of RGB (Red+Green+Blue) = 22+26+201=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 201 (78.91% from 255 or 80.72% from 249); Max value from RGB is 201 - color contains mainly: blue. Hex color #161AC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #161AC9 is #E9E536. Grayscale: #2C2C2C. Windows color (decimal): -15328567 or 13179414. OLE color: 13179414.

HSL color Cylindrical-coordinate representation of color #161AC9: hue angle of 238.66º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #161AC9 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2226201-
CMYK0.890.8700.21
HSL238.66º80.27%43.73%-
HSV(B)238.66º89.05%78.82%-
XYZ11.245.1355.66-
YUV44.75216.17111.77-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.84%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 201 (78.91% from 255) = 80.72%
R=8.84%
G=10.44%
B=80.72%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22262010.890.8700.21238.6680.2743.73
Hex161AC95957015ef502c
Octal263231113112702535712054
Binary10110110101100100110110011010111010101111011111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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