#163BB1

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

Shades of Persian Blue #163BB1

Tints of Persian Blue #163BB1

Color information

#163BB1 (or 0x163BB1) is unknown color: approx Persian Blue. HEX triplet: 16, 3B and B1. RGB value is (22,59,177). Sum of RGB (Red+Green+Blue) = 22+59+177=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 177 (69.53% from 255 or 68.60% from 258); Max value from RGB is 177 - color contains mainly: blue. Hex color #163BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163BB1 is #E9C44E. Grayscale: #3C3C3C. Windows color (decimal): -15320143 or 11614998. OLE color: 11614998.

HSL color Cylindrical-coordinate representation of color #163BB1: hue angle of 225.68º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #163BB1 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2259177-
CMYK0.880.6700.31
HSL225.68º77.89%39.02%-
HSV(B)225.68º87.57%69.41%-
XYZ9.836.4742.33-
YUV61.39193.2499.91-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.53%
GREEN value IS 59 (23.44% from 255) = 22.87%
BLUE value IS 177 (69.53% from 255) = 68.60%
R=8.53%
G=22.87%
B=68.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22591770.880.6700.31225.6877.8939.02
Hex163BB1584301Fe24e27
Octal267326113010303734211647
Binary101101110111011000110110001000011011111111000101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163BB1; }

 p { color: rgb(22,59,177); }

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

<style>
 a { background-color: #163BB1; }

 a { background-color: rgb(22,59,177); }

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

<style>
 span { border-color: #163BB1; }

 span { border-color: rgb(22,59,177); }

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