#163D61

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

Shades of Regal Blue #163D61

Tints of Regal Blue #163D61

Color information

#163D61 (or 0x163D61) is unknown color: approx Regal Blue. HEX triplet: 16, 3D and 61. RGB value is (22,61,97). Sum of RGB (Red+Green+Blue) = 22+61+97=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #163D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D61 is #E9C29E. Grayscale: #353535. Windows color (decimal): -15319711 or 6372630. OLE color: 6372630.

HSL color Cylindrical-coordinate representation of color #163D61: hue angle of 208.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163D61 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB226197-
CMYK0.770.3700.62
HSL208.8º63.03%23.33%-
HSV(B)208.8º77.32%38.04%-
XYZ4.164.3711.93-
YUV53.44152.58105.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 61 (24.22% from 255) = 33.89%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=12.22%
G=33.89%
B=53.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2261970.770.3700.62208.863.0323.33
Hex163D614D2503Ed13f17
Octal2675141115450763217727
Binary101101111011100001100110110010101111101101000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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