#163F61

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

Shades of Regal Blue #163F61

Tints of Regal Blue #163F61

Color information

#163F61 (or 0x163F61) is unknown color: approx Regal Blue. HEX triplet: 16, 3F and 61. RGB value is (22,63,97). Sum of RGB (Red+Green+Blue) = 22+63+97=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #163F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F61 is #E9C09E. Grayscale: #363636. Windows color (decimal): -15319199 or 6373142. OLE color: 6373142.

HSL color Cylindrical-coordinate representation of color #163F61: hue angle of 207.2º 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 #163F61 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB226397-
CMYK0.770.3500.62
HSL207.2º63.03%23.33%-
HSV(B)207.2º77.32%38.04%-
XYZ4.274.5911.97-
YUV54.62151.92104.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.09%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=12.09%
G=34.62%
B=53.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2263970.770.3500.62207.263.0323.33
Hex163F614D2303Ecf3f17
Octal2677141115430763177727
Binary101101111111100001100110110001101111101100111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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