#163DDC

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

Shades of Persian Blue #163DDC

Tints of Persian Blue #163DDC

Color information

#163DDC (or 0x163DDC) is unknown color: approx Persian Blue. HEX triplet: 16, 3D and DC. RGB value is (22,61,220). Sum of RGB (Red+Green+Blue) = 22+61+220=303 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.26% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #163DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163DDC is #E9C223. Grayscale: #424242. Windows color (decimal): -15319588 or 14433558. OLE color: 14433558.

HSL color Cylindrical-coordinate representation of color #163DDC: hue angle of 228.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163DDC is Cyan = 0.9, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2261220-
CMYK0.90.7200.14
HSL228.18º81.82%47.45%-
HSV(B)228.18º90%86.27%-
XYZ14.928.6868.6-
YUV67.46214.0895.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.26%
GREEN value IS 61 (24.22% from 255) = 20.13%
BLUE value IS 220 (86.33% from 255) = 72.61%
R=7.26%
G=20.13%
B=72.61%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22612200.90.7200.14228.1881.8247.45
Hex163DDC5A480Ee4522f
Octal267533413211001634412257
Binary10110111101110111001011010100100001110111001001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,61,220); }

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

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

 a { background-color: rgb(22,61,220); }

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

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

 span { border-color: rgb(22,61,220); }

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